1 write to HintSpanName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
128
this.
HintSpanName
= hintSpanName;
4 references to HintSpanName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Structure\AbstractSyntaxStructureProviderTests.cs (4)
138
&&
HintSpanName
== other.
HintSpanName
148
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
HintSpanName
);
158
hintSpanName = this.
HintSpanName
;