1 write to Type
Microsoft.Cci.Extensions (1)
Writers\Syntax\SyntaxToken.cs (1)
13Type = type;
4 references to Type
Microsoft.Cci.Extensions (4)
Writers\Syntax\ISyntaxWriter.cs (1)
59switch (token.Type)
Writers\Syntax\SyntaxToken.cs (3)
27return this.Type == that.Type && this.Token == that.Token; 32return this.Type.GetHashCode() ^ this.Token.GetHashCode();