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