1 write to BannerText
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Structure\AbstractSyntaxStructureProviderTests.cs (1)
129this.BannerText = bannerText;
4 references to BannerText
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Structure\AbstractSyntaxStructureProviderTests.cs (4)
139&& BannerText == other.BannerText 149hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(BannerText); 159bannerText = this.BannerText;