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