7 references to Name
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
41
this.
Name
, this.AddMethod, this.RemoveMethod, this.RaiseMethod);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationFieldSymbol.cs (1)
36
this.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);
49
return this.
Name
== string.Empty;
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationParameterSymbol.cs (1)
44
this.IsParams, this.Type, this.
Name
, this.IsOptional, this.HasExplicitDefaultValue,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationPropertySymbol.cs (1)
46
this.
Name
, this.IsIndexer, this.Parameters,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
39
this.ContainingType, this.GetAttributes(), this.Variance, this.
Name
, nullableAnnotation,