7 references to Name
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
41this.Name, this.AddMethod, this.RemoveMethod, this.RaiseMethod);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationFieldSymbol.cs (1)
36this.Modifiers, this.Type, this.Name, this.HasConstantValue, this.ConstantValue);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationNamespaceSymbol.cs (2)
23=> new CodeGenerationNamespaceSymbol(this.Name, _members); 49return this.Name == string.Empty;
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationParameterSymbol.cs (1)
44this.IsParams, this.Type, this.Name, this.IsOptional, this.HasExplicitDefaultValue,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationPropertySymbol.cs (1)
46this.Name, this.IsIndexer, this.Parameters,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
39this.ContainingType, this.GetAttributes(), this.Variance, this.Name, nullableAnnotation,