1 write to Type
Microsoft.Cci.Extensions (1)
Writers\Syntax\SyntaxToken.cs (1)
13
Type
= type;
6 references to Type
Microsoft.Cci.Extensions (4)
Writers\Syntax\ISyntaxWriter.cs (1)
59
switch (token.
Type
)
Writers\Syntax\SyntaxToken.cs (3)
27
return this.
Type
== that.
Type
&& this.Token == that.Token;
32
return this.
Type
.GetHashCode() ^ this.Token.GetHashCode();
Microsoft.DotNet.AsmDiff (2)
DiffCSharpWriter.cs (2)
359
int t1End = Array.FindIndex(t1, t1Start, s => s.
Type
== SyntaxTokenType.Identifier);
360
int t2End = Array.FindIndex(t2, t2Start, s => s.
Type
== SyntaxTokenType.Identifier);