4 instantiations of DescriptorProvider
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportGenerator.cs (2)
190
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
325
var diagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), incrementalContext.DiagnosticLocation, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
JSImportGenerator.cs (2)
173
var generatorDiagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), locations, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));
202
var diagnostics = new GeneratorDiagnosticsBag(new
DescriptorProvider
(), incrementalContext.DiagnosticLocation, SR.ResourceManager, typeof(FxResources.Microsoft.Interop.JavaScript.JSImportGenerator.SR));