1 instantiation of AssemblyLoader
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticProject.cs (1)
93
public static AssemblyLoader Instance = new
AssemblyLoader
();
2 references to AssemblyLoader
Microsoft.AspNetCore.Analyzer.Testing (2)
DiagnosticProject.cs (2)
59
new AnalyzerFileReference(analyzerReference.Assembly.Location,
AssemblyLoader
.Instance));
93
public static
AssemblyLoader
Instance = new AssemblyLoader();