2 references to GetLocation
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractFileHeaderDiagnosticAnalyzer.cs (2)
61
context.ReportDiagnostic(Diagnostic.Create(s_missingHeaderDescriptor, fileHeader.
GetLocation
(tree)));
68
context.ReportDiagnostic(Diagnostic.Create(s_invalidHeaderDescriptor, fileHeader.
GetLocation
(tree)));