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)
463: ErrorCode.ERR_DuplicateNameInNS, declaration.Declarations[i].NameLocation, this.Name, this.ContainingSymbol); 472diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, declaration.Declarations[i].NameLocation, this.ContainingSymbol, this.Name); 486diagnostics.Add(ErrorCode.ERR_MissingPartial, singleDeclaration.NameLocation, this.Name); 1357var key = (t.Name, t.Arity, t.AssociatedSyntaxTree); 1369diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, t.GetFirstLocation(), this, t.Name); 1407checkContainingTypeName(member, this.Name, diagnostics); 1412checkContainingTypeName(member, this.Name, diagnostics); 1916if (IsReservedTypeName(Name)) 3640|| this.Name != WellKnownMemberNames.TopLevelStatementsEntryPointTypeName)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
1617diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.GetFirstLocation(), this.Name); 1630diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1644diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1656diagnostics.Add(ErrorCode.WRN_CoClassWithoutComImport, allAttributeSyntaxNodes[index].Location, this.Name);