9 references to ResourceManager
Microsoft.Interop.ComInterfaceGenerator (9)
Analyzers\AnalyzerDiagnostics.cs (1)
31
return new LocalizableResourceString(resourceName, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
75
GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new MethodSignatureDiagnosticLocations((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
ComInterfaceGenerator.cs (1)
263
var generatorDiagnostics = new GeneratorDiagnosticsBag(new DiagnosticDescriptorProvider(), locations, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
GeneratorDiagnostics.cs (1)
549
return new LocalizableResourceString(resourceName, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
src\libraries\Common\src\System\SR.cs (1)
45
ResourceManager
.GetString(resourceKey);
VirtualMethodPointerStubGenerator.cs (3)
27
var diagnostics = new GeneratorDiagnosticsBag(new DiagnosticDescriptorProvider(), methodStub.DiagnosticLocation, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
134
var diagnostics = new GeneratorDiagnosticsBag(new DiagnosticDescriptorProvider(), methodStub.DiagnosticLocation, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
264
var diagnostics = new GeneratorDiagnosticsBag(new DiagnosticDescriptorProvider(), method.DiagnosticLocation, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
VtableIndexStubGenerator.cs (1)
234
var generatorDiagnostics = new GeneratorDiagnosticsBag(new DiagnosticDescriptorProvider(), locations, SR.
ResourceManager
, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));