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