1 write to _diagnosticContext
ILCompiler.Compiler (1)
Compiler\Dataflow\AttributeDataFlow.cs (1)
40_diagnosticContext = new DiagnosticContext(
5 references to _diagnosticContext
ILCompiler.Compiler (5)
Compiler\Dataflow\AttributeDataFlow.cs (5)
52ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, method); 75ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, field); 87ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, setter); 105RequireDynamicallyAccessedMembers(_diagnosticContext, value, parameterValue, method, ref result); 117RequireDynamicallyAccessedMembers(_diagnosticContext, valueNode, fieldValue, field, ref result);