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