1 write to _fullyQualifiedName
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\SnippetFunctions\AbstractSnippetFunctionSimpleTypeName.cs (1)
24
_fullyQualifiedName
= fullyQualifiedName;
3 references to _fullyQualifiedName
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
Snippets\SnippetFunctions\AbstractSnippetFunctionSimpleTypeName.cs (3)
31
value =
_fullyQualifiedName
;
67
updatedTextSpan = new TextSpan(subjectBufferFieldSpan.Start,
_fullyQualifiedName
.Length);
69
var textChange = new TextChange(originalTextSpan,
_fullyQualifiedName
);