5 references to CheckAndReportAllRequires
ILCompiler.Compiler (5)
Compiler\Dataflow\AttributeDataFlow.cs (3)
52ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, method); 75ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, field); 87ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, setter);
Compiler\Dataflow\HandleCallAction.cs (1)
213ReflectionMethodBodyScanner.CheckAndReportAllRequires(_diagnosticContext, calledMethod.Method);
Compiler\Dataflow\TrimAnalysisFieldAccessPattern.cs (1)
33ReflectionMethodBodyScanner.CheckAndReportAllRequires(diagnosticContext, Field);