4 references to InvocationFlags
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (3)
106
if ((
InvocationFlags
& InvocationFlags.NoInvoke) != 0)
121
if ((
InvocationFlags
& InvocationFlags.RunClassConstructor) != 0)
138
if ((
InvocationFlags
& (InvocationFlags.NoInvoke | InvocationFlags.ContainsStackPointers | InvocationFlags.NoConstructorInvoke)) != 0)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
206
Debug.Assert((
InvocationFlags
& InvocationFlags.RunClassConstructor) != 0);