Home
last modified time | relevance | path

Searched refs:VtableLayoutMask (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-507.cs33 …Final | MethodAttributes.Virtual | MethodAttributes.HideBySig | MethodAttributes.VtableLayoutMask)) in Main()
37 …ublic | MethodAttributes.Virtual | MethodAttributes.HideBySig | MethodAttributes.VtableLayoutMask)) in Main()
H A Dgtest-434.cs20 …hodAttributes.Final | MethodAttributes.HideBySig | MethodAttributes.VtableLayoutMask | MethodAttri… in Main()
H A Dtest-769.cs23 …HideBySig | MethodAttributes.Final | MethodAttributes.Virtual | MethodAttributes.VtableLayoutMask)) in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DMethodDefinition.cs248 get { return (m_attributes & MethodAttributes.VtableLayoutMask) == MethodAttributes.ReuseSlot; }
251 m_attributes &= ~MethodAttributes.VtableLayoutMask;
254 m_attributes &= ~(MethodAttributes.VtableLayoutMask & MethodAttributes.ReuseSlot);
259 get { return (m_attributes & MethodAttributes.VtableLayoutMask) == MethodAttributes.NewSlot; }
262 m_attributes &= ~MethodAttributes.VtableLayoutMask;
265 m_attributes &= ~(MethodAttributes.VtableLayoutMask & MethodAttributes.NewSlot);
H A DMethodAttributes.cs49 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DMethodDefinition.cs282 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
283 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
287 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
288 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
H A DMethodAttributes.cs49 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DMethodDefinition.cs268 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
269 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
273 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
274 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
H A DMethodAttributes.cs49 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DMethodDefinition.cs268 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
269 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
273 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
274 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
H A DMethodAttributes.cs49 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DMethodDefinition.cs316 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
317 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
321 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
322 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
H A DMethodAttributes.cs31 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DMethodDefinition.cs316 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
317 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
321 …get { return attributes.GetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (ushort) …
322 …set { attributes = attributes.SetMaskedAttributes ((ushort) MethodAttributes.VtableLayoutMask, (us…
H A DMethodAttributes.cs31 VtableLayoutMask = 0x0100, // Use this mask to retrieve vtable attributes enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DMethodAttributes.cs31 VtableLayoutMask = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DMethodAttributes.cs31 VtableLayoutMask = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dmethodattributes.cs39 VtableLayoutMask = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/BindingFlagSupport/
H A DMethodPolicies.cs54 …tes attributes = prior.Attributes & (MethodAttributes.Virtual | MethodAttributes.VtableLayoutMask); in IsSuppressedByMoreDerivedMember()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/ConstructorBuilder/
H A DConstructorBuilderGetILGenerator.cs32 [InlineData(MethodAttributes.VtableLayoutMask)]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mono-api-html/
H A DConstructorComparer.cs100 if ((attr & MethodAttributes.VtableLayoutMask) == 0) in GetDescription()
H A DMemberComparer.cs421 var srcOverride = (source & MethodAttributes.VtableLayoutMask) != MethodAttributes.NewSlot; in RenderVTable()
422 var tgtOverride = (target & MethodAttributes.VtableLayoutMask) != MethodAttributes.NewSlot; in RenderVTable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/MethodBuilder/
H A DMethodBuilderGetILGenerator.cs64 [InlineData(MethodAttributes.VtableLayoutMask)]
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/
H A DEnums.cs150 VtableLayoutMask = 0x0100, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderDefineMethod.cs36 …yield return new object[] { "Name", MethodAttributes.VtableLayoutMask, CallingConventions.Standard… in TestData()

12