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