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