1 write to _context
illink (1)
Linker.Dataflow\CompilerGeneratedState.cs (1)
37
_context
= context;
8 references to _context
illink (8)
Linker.Dataflow\CompilerGeneratedState.cs (8)
150
foreach (var instruction in method.Body.Instructions (
_context
)) {
153
MethodDefinition? referencedMethod =
_context
.TryResolve ((MethodReference) instruction.Operand);
166
_context
.LogWarning (new MessageOrigin (method), DiagnosticId.MethodsAreAssociatedWithUserMethod, method.GetDisplayName (), alreadyAssociatedMethod.GetDisplayName (), generatedType.GetDisplayName ());
188
FieldDefinition? field =
_context
.TryResolve ((FieldReference) instruction.Operand);
217
_context
.LogWarning (new MessageOrigin (method), DiagnosticId.MethodsAreAssociatedWithStateMachine, method.GetDisplayName (), alreadyAssociatedMethod.GetDisplayName (), stateMachineType.GetDisplayName ());
268
_context
.LogWarning (new MessageOrigin (userDefinedMethod), DiagnosticId.MethodsAreAssociatedWithUserMethod, userDefinedMethod.GetDisplayName (), alreadyAssociatedMethod.GetDisplayName (), nestedFunction.GetDisplayName ());
289
MapGeneratedTypeTypeParameters (generatedType, generatedTypeToTypeArgs,
_context
);
295
_context
.LogWarning (new MessageOrigin (method), DiagnosticId.MethodsAreAssociatedWithUserMethod, method.GetDisplayName (), alreadyAssociatedMethod.GetDisplayName (), generatedType.GetDisplayName ());