10 references to IL
mscorlib (5)
system\reflection\emit\dynamicmethod.cs (1)
921
return MethodImplAttributes.
IL
| MethodImplAttributes.NoInlining;
system\reflection\emit\methodbuilder.cs (2)
184
m_dwMethodImplFlags = MethodImplAttributes.
IL
;
1137
if ((m_dwMethodImplFlags & MethodImplAttributes.CodeTypeMask) != MethodImplAttributes.
IL
||
system\reflection\emit\typebuilder.cs (1)
2383
if (((meth.GetMethodImplementationFlags() &(MethodImplAttributes.CodeTypeMask|MethodImplAttributes.PreserveSig|MethodImplAttributes.Unmanaged)) != MethodImplAttributes.
IL
) ||
system\runtime\compilerservices\methodimplattribute.cs (1)
36
IL = System.Reflection.MethodImplAttributes.
IL
,
System (1)
net\System\Net\_AutoWebProxyScriptHelper.cs (1)
180
return MethodImplAttributes.
IL
;
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
65
return MethodImplAttributes.
IL
;
226
return MethodImplAttributes.
IL
;
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
335
return MethodImplAttributes.
IL
;
System.WorkflowServices (1)
System\Workflow\Activities\ContractMethodInfo.cs (1)
182
return MethodImplAttributes.
IL
;