6 instantiations of DescriptorProvider
Microsoft.Interop.JavaScript.JSImportGenerator (6)
Analyzers\JSExportDiagnosticsAnalyzer.cs (1)
34
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
Analyzers\JSImportDiagnosticsAnalyzer.cs (1)
34
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
JSExportGenerator.cs (2)
166
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
296
var diagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), incrementalContext.DiagnosticLocation, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
JSImportGenerator.cs (2)
149
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
173
var diagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), incrementalContext.DiagnosticLocation, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));