3 writes to Location
Microsoft.Interop.SourceGeneration (3)
DiagnosticInfo.cs (3)
31Location = location, 43Location = location, 55Location = location,
7 references to Location
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (3)
187if (diagnostic.Location is null 188|| !diagnostic.Location.IsInSource 189|| diagnostic.Location.SourceTree == userSyntaxTree)
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (3)
186if (diagnostic.Location is null 187|| !diagnostic.Location.IsInSource 188|| diagnostic.Location.SourceTree == userSyntaxTree)
Microsoft.Interop.SourceGeneration (1)
DiagnosticInfo.cs (1)
21Location,