1 instantiation of GenerationContext
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
40GenerationContext context = new()
7 references to GenerationContext
ILCompiler.TypeSystem (7)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\UnsafeAccessors.cs (7)
40GenerationContext context = new() 253private static bool DoesMethodMatchUnsafeAccessorDeclaration(ref GenerationContext context, MethodDesc method, bool ignoreCustomModifiers) 429private static SetTargetResult TrySetTargetMethod(ref GenerationContext context, string name, bool ignoreCustomModifiers = true) 494private static SetTargetResult TrySetTargetField(ref GenerationContext context, string name, TypeDesc fieldType) 544private static SetTargetResult TrySetTargetMethodSignature(ref GenerationContext context) 712private static MethodIL GenerateAccessor(ref GenerationContext context) 808private static MethodIL GenerateAccessorSpecificFailure(ref GenerationContext context, string name, SetTargetResult result)