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