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