1 instantiation of Enumerator
Microsoft.CodeAnalysis (1)
Text\TextLineCollection.cs (1)
83return new Enumerator(this);
4 references to Enumerator
Microsoft.CodeAnalysis (1)
Text\TextLineCollection.cs (1)
81public Enumerator GetEnumerator()
Microsoft.CodeAnalysis.UnitTests (3)
Text\TextLineCollectionTests.cs (3)
19Assert.Throws<NotSupportedException>(() => default(TextLineCollection.Enumerator).Equals(default(TextLineCollection.Enumerator))); 20Assert.Throws<NotSupportedException>(() => default(TextLineCollection.Enumerator).GetHashCode());