1 write to Type
Microsoft.Cci.Extensions (1)
Writers\Syntax\SyntaxToken.cs (1)
13
Type
= type;
4 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();