3 references to Runtime
mscorlib (1)
system\runtime\compilerservices\methodimplattribute.cs (1)
40Runtime = System.Reflection.MethodImplAttributes.Runtime
System.Core (1)
Microsoft\Scripting\Compiler\DelegateHelpers.cs (1)
28private const MethodImplAttributes ImplAttributes = MethodImplAttributes.Runtime | MethodImplAttributes.Managed;
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
673return MethodImplAttributes.Runtime;