Base:
property
Name
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.Name
16 references to Name
Microsoft.CodeAnalysis.CSharp (16)
Lowering\SynthesizedSubmissionFields.cs (1)
87"<" + previousSubmissionType.Name + ">",
Symbols\Source\SourceConstructorSymbol.cs (1)
48if (syntax.Identifier.ValueText != containingType.Name)
Symbols\Source\SourceDestructorSymbol.cs (1)
32if (syntax.Identifier.ValueText != containingType.Name && !containingType.IsExtension)
Symbols\Source\SourceMemberContainerSymbol.cs (9)
487: ErrorCode.ERR_DuplicateNameInNS, declaration.Declarations[i].NameLocation, this.Name, this.ContainingSymbol); 496diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, declaration.Declarations[i].NameLocation, this.ContainingSymbol, this.Name); 510diagnostics.Add(ErrorCode.ERR_MissingPartial, singleDeclaration.NameLocation, this.Name); 1452var key = (t.Name, t.Arity, t.AssociatedSyntaxTree); 1464diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, t.GetFirstLocation(), this, t.Name); 1502checkContainingTypeName(member, this.Name, diagnostics); 1507checkContainingTypeName(member, this.Name, diagnostics); 2018if (IsReservedTypeName(Name)) 3794|| this.Name != WellKnownMemberNames.TopLevelStatementsEntryPointTypeName)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
1664diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.GetFirstLocation(), this.Name); 1677diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1691diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1703diagnostics.Add(ErrorCode.WRN_CoClassWithoutComImport, allAttributeSyntaxNodes[index].Location, this.Name);