1 write to name
Microsoft.CodeAnalysis.CSharp (1)
Declarations\Declaration.cs (1)
48this.name = name;
3 references to name
Microsoft.CodeAnalysis.CSharp (3)
Declarations\Declaration.cs (1)
55return this.name;
Declarations\SingleTypeDeclaration.cs (2)
250(thisDecl.name != otherDecl.name))