Implemented interface member:
property
Name
Microsoft.CodeAnalysis.ISymbol.Name
1 write to Name
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationSymbol.cs (1)
48
this.
Name
= name;
13 references to Name
Microsoft.CodeAnalysis.Workspaces (13)
CodeGenerationAbstractNamedTypeSymbol.cs (1)
109
? this.
Name
+ "`" + Arity
CodeGenerationConstructedMethodSymbol.cs (1)
23
constructedFrom.
Name
,
CodeGenerationConstructedNamedTypeSymbol.cs (1)
24
constructedFrom.
Name
, constructedFrom.SpecialType, constructedFrom.NullableAnnotation, typeMembers)
CodeGenerationEventSymbol.cs (1)
51
this.
Name
, this.AddMethod, this.RemoveMethod, this.RaiseMethod);
CodeGenerationFieldSymbol.cs (1)
44
this.Modifiers, this.Type, this.
Name
, this.HasConstantValue, this.ConstantValue);
CodeGenerationMethodSymbol.cs (1)
63
this.
Name
, this.TypeParameters, this.Parameters, this.GetReturnTypeAttributes(),
CodeGenerationNamedTypeSymbol.cs (1)
61
this.Modifiers, this.IsRecord, this.TypeKind, this.
Name
, _typeParameters, this.BaseType,
CodeGenerationNamespaceSymbol.cs (2)
29
=> new CodeGenerationNamespaceSymbol(this.
Name
, _members);
55
return this.
Name
== string.Empty;
CodeGenerationParameterSymbol.cs (1)
53
this.IsParams, this.Type, this.
Name
, this.IsOptional, this.HasExplicitDefaultValue,
CodeGenerationPropertySymbol.cs (1)
59
this.
Name
, this.IsIndexer, this.Parameters,
CodeGenerationSymbol.cs (1)
214
return this.
Name
;
CodeGenerationTypeParameterSymbol.cs (1)
50
this.ContainingType, this.GetAttributes(), this.Variance, this.
Name
, nullableAnnotation,