2 references to GetDocumentName
Microsoft.VisualStudio.Razor.IntegrationTests (2)
InProcess\ErrorListInProcess.cs (2)
109if (!string.Equals(Path.GetFileName(item.GetDocumentName()), documentName)) 123var document = Path.GetFileName(item.GetPath() ?? item.GetDocumentName()) ?? "<unknown>";