1 write to SemanticModel
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
297var state = new FormatterState() { SemanticModel = semanticModel, Position = position, Format = format, TypeResolutionSymbol = symbol };
4 references to SemanticModel
Microsoft.CodeAnalysis.Features (4)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (4)
305AppendTextFromNode(state, summaryElement, state.SemanticModel.Compilation); 344navigationTarget = GetNavigationTarget(element, state.SemanticModel, state.Position, state.Format); 473TypeParameterRefToSymbolDisplayParts(attribute.Value, state.TypeResolutionSymbol, state.Position, state.SemanticModel, state.Format).ToTaggedText(state.Style)); 478CrefToSymbolDisplayParts(attribute.Value, state.Position, state.SemanticModel, state.Format, kind).ToTaggedText(state.Style));