8 instantiations of MethodSignatureDiagnosticLocations
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
75GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new MethodSignatureDiagnosticLocations((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.ResourceManager, typeof(FxResources.Microsoft.Interop.ComInterfaceGenerator.SR));
ComInterfaceGenerator.cs (1)
262var locations = new MethodSignatureDiagnosticLocations(syntax);
VtableIndexStubGenerator.cs (1)
233var locations = new MethodSignatureDiagnosticLocations(syntax);
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportGenerator.cs (1)
189var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
JSImportGenerator.cs (1)
169var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
141GeneratorDiagnosticsBag diagnostics = new(new DiagnosticDescriptorProvider(), new MethodSignatureDiagnosticLocations((MethodDeclarationSyntax)method.DeclaringSyntaxReferences[0].GetSyntax()), SR.ResourceManager, typeof(FxResources.Microsoft.Interop.LibraryImportGenerator.SR));
LibraryImportGenerator.cs (1)
259var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
192var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
14 references to MethodSignatureDiagnosticLocations
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (1)
262var locations = new MethodSignatureDiagnosticLocations(syntax);
IncrementalMethodStubGenerationContext.cs (1)
16MethodSignatureDiagnosticLocations DiagnosticLocation,
VtableIndexStubGenerator.cs (1)
233var locations = new MethodSignatureDiagnosticLocations(syntax);
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportGenerator.cs (2)
25MethodSignatureDiagnosticLocations DiagnosticLocation, 189var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
JSImportGenerator.cs (2)
25MethodSignatureDiagnosticLocations DiagnosticLocation, 169var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator (3)
GeneratorDiagnostics.cs (1)
292public static void ReportCannotForwardToDllImport(this GeneratorDiagnosticsBag diagnostics, MethodSignatureDiagnosticLocations method, string name, string? value = null)
LibraryImportGenerator.cs (2)
27MethodSignatureDiagnosticLocations DiagnosticLocation, 259var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGenerator.cs (2)
27MethodSignatureDiagnosticLocations DiagnosticLocation, 192var locations = new MethodSignatureDiagnosticLocations(originalSyntax);
GeneratorDiagnostics.cs (1)
292public static void ReportCannotForwardToDllImport(this GeneratorDiagnosticsBag diagnostics, MethodSignatureDiagnosticLocations method, string name, string? value = null)
Microsoft.Interop.SourceGeneration (1)
MethodSignatureDiagnosticLocations.cs (1)
52public bool Equals(MethodSignatureDiagnosticLocations other)