68 references to MethodImplAttributes
mscorlib (47)
system\reflection\cominterfaces.cs (3)
318
MethodImplAttributes
GetMethodImplementationFlags();
376
MethodImplAttributes
GetMethodImplementationFlags();
440
MethodImplAttributes
GetMethodImplementationFlags();
system\reflection\ConstructorInfo.cs (1)
504
public override
MethodImplAttributes
GetMethodImplementationFlags()
system\reflection\emit\constructorbuilder.cs (2)
134
public override
MethodImplAttributes
GetMethodImplementationFlags()
301
public void SetImplementationFlags(
MethodImplAttributes
attributes)
system\reflection\emit\dynamicmethod.cs (4)
624
public override
MethodImplAttributes
GetMethodImplementationFlags() { return m_dynMethod.GetMethodImplementationFlags(); }
920
public override
MethodImplAttributes
GetMethodImplementationFlags() {
921
return
MethodImplAttributes
.IL |
MethodImplAttributes
.NoInlining;
system\reflection\emit\methodbuilder.cs (7)
54
private
MethodImplAttributes
m_dwMethodImplFlags;
184
m_dwMethodImplFlags =
MethodImplAttributes
.IL;
582
public override
MethodImplAttributes
GetMethodImplementationFlags()
1101
public void SetImplementationFlags(
MethodImplAttributes
attributes)
1137
if ((m_dwMethodImplFlags &
MethodImplAttributes
.CodeTypeMask) !=
MethodImplAttributes
.IL ||
1138
(m_dwMethodImplFlags &
MethodImplAttributes
.Unmanaged) != 0 ||
system\reflection\emit\methodbuilderinstantiation.cs (1)
64
public override
MethodImplAttributes
GetMethodImplementationFlags() { return m_method.GetMethodImplementationFlags(); }
system\reflection\emit\symbolmethod.cs (1)
108
public override
MethodImplAttributes
GetMethodImplementationFlags()
system\reflection\emit\typebuilder.cs (5)
283
internal static extern void SetMethodImpl(RuntimeModule module, int tkMethod,
MethodImplAttributes
MethodImplAttributes);
2383
if (((meth.GetMethodImplementationFlags() &(
MethodImplAttributes
.CodeTypeMask|
MethodImplAttributes
.PreserveSig|
MethodImplAttributes
.Unmanaged)) !=
MethodImplAttributes
.IL) ||
system\reflection\emit\xxxontypebuilderinstantiation.cs (2)
77
public override
MethodImplAttributes
GetMethodImplementationFlags() { return m_method.GetMethodImplementationFlags(); }
174
public override
MethodImplAttributes
GetMethodImplementationFlags() { return m_ctor.GetMethodImplementationFlags(); }
system\reflection\methodbase.cs (2)
165
public virtual
MethodImplAttributes
MethodImplementationFlags
173
public abstract
MethodImplAttributes
GetMethodImplementationFlags();
system\reflection\methodinfo.cs (1)
603
public override
MethodImplAttributes
GetMethodImplementationFlags()
system\runtime\compilerservices\methodimplattribute.cs (14)
19
Unmanaged = System.Reflection.
MethodImplAttributes
.Unmanaged,
20
ForwardRef = System.Reflection.
MethodImplAttributes
.ForwardRef,
21
PreserveSig = System.Reflection.
MethodImplAttributes
.PreserveSig,
22
InternalCall = System.Reflection.
MethodImplAttributes
.InternalCall,
23
Synchronized = System.Reflection.
MethodImplAttributes
.Synchronized,
24
NoInlining = System.Reflection.
MethodImplAttributes
.NoInlining,
26
AggressiveInlining = System.Reflection.
MethodImplAttributes
.AggressiveInlining,
27
NoOptimization = System.Reflection.
MethodImplAttributes
.NoOptimization,
28
SecurityMitigations = System.Reflection.
MethodImplAttributes
.SecurityMitigations,
36
IL = System.Reflection.
MethodImplAttributes
.IL,
37
Native = System.Reflection.
MethodImplAttributes
.Native,
39
OPTIL = System.Reflection.
MethodImplAttributes
.OPTIL,
40
Runtime = System.Reflection.
MethodImplAttributes
.Runtime
52
internal MethodImplAttribute(
MethodImplAttributes
methodImplAttributes)
system\runtime\interopservices\attributes.cs (3)
677
if ((method.GetMethodImplementationFlags() &
MethodImplAttributes
.PreserveSig) == 0)
685
return (method.GetMethodImplementationFlags() &
MethodImplAttributes
.PreserveSig) != 0;
820
bool preserveSig = (method.GetMethodImplementationFlags() &
MethodImplAttributes
.PreserveSig) != 0;
system\runtimehandles.cs (1)
1189
internal static extern
MethodImplAttributes
GetImplAttributes(IRuntimeMethodInfo method);
System (2)
net\System\Net\_AutoWebProxyScriptHelper.cs (2)
178
public override
MethodImplAttributes
GetMethodImplementationFlags() {
180
return
MethodImplAttributes
.IL;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1952
public override
MethodImplAttributes
GetMethodImplementationFlags() { return _info.GetMethodImplementationFlags(); }
System.Core (3)
Microsoft\Scripting\Compiler\DelegateHelpers.cs (3)
28
private const
MethodImplAttributes
ImplAttributes =
MethodImplAttributes
.Runtime |
MethodImplAttributes
.Managed;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1952
public override
MethodImplAttributes
GetMethodImplementationFlags() { return _info.GetMethodImplementationFlags(); }
System.Workflow.Activities (4)
Rules\RuleValidation.cs (4)
216
public override
MethodImplAttributes
GetMethodImplementationFlags()
344
public override
MethodImplAttributes
GetMethodImplementationFlags()
671
public override
MethodImplAttributes
GetMethodImplementationFlags()
673
return
MethodImplAttributes
.Runtime;
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
63
public override
MethodImplAttributes
GetMethodImplementationFlags()
65
return
MethodImplAttributes
.IL;
224
public override
MethodImplAttributes
GetMethodImplementationFlags()
226
return
MethodImplAttributes
.IL;
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (2)
333
public override
MethodImplAttributes
GetMethodImplementationFlags()
335
return
MethodImplAttributes
.IL;
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (2)
816
public override
MethodImplAttributes
GetMethodImplementationFlags()
1105
public override
MethodImplAttributes
GetMethodImplementationFlags()
System.WorkflowServices (2)
System\Workflow\Activities\ContractMethodInfo.cs (2)
180
public override
MethodImplAttributes
GetMethodImplementationFlags()
182
return
MethodImplAttributes
.IL;