3 overrides of UpdateAttributes
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\AdditionalDocumentState.cs (1)
34protected override TextDocumentState UpdateAttributes(DocumentInfo.DocumentAttributes newAttributes)
Workspace\Solution\AnalyzerConfigDocumentState.cs (1)
40protected override TextDocumentState UpdateAttributes(DocumentInfo.DocumentAttributes newAttributes)
Workspace\Solution\DocumentState.cs (1)
401protected override TextDocumentState UpdateAttributes(DocumentInfo.DocumentAttributes newAttributes)
1 reference to UpdateAttributes
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentState.cs (1)
59=> ReferenceEquals(newAttributes, Attributes) ? this : UpdateAttributes(newAttributes);