2 references to Create
ILLink.RoslynAnalyzer (2)
DynamicallyAccessedMembersAnalyzer.cs (1)
113
var dataFlowAnalyzerContext = DataFlowAnalyzerContext.
Create
(context.Options, context.Compilation, RequiresAnalyzers.Value);
RequiresAnalyzerBase.cs (1)
212
var dataFlowAnalyzerContext = DataFlowAnalyzerContext.
Create
(context.Options, context.Compilation, ImmutableArray.Create(this));