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)
471: ErrorCode.ERR_DuplicateNameInNS, declaration.Declarations[i].NameLocation, this.Name, this.ContainingSymbol); 480diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, declaration.Declarations[i].NameLocation, this.ContainingSymbol, this.Name); 494diagnostics.Add(ErrorCode.ERR_MissingPartial, singleDeclaration.NameLocation, this.Name); 1373var key = (t.Name, t.Arity, t.AssociatedSyntaxTree); 1385diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, t.GetFirstLocation(), this, t.Name); 1423checkContainingTypeName(member, this.Name, diagnostics); 1428checkContainingTypeName(member, this.Name, diagnostics); 1933if (IsReservedTypeName(Name)) 3683|| this.Name != WellKnownMemberNames.TopLevelStatementsEntryPointTypeName)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
1673diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.GetFirstLocation(), this.Name); 1686diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1700diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1712diagnostics.Add(ErrorCode.WRN_CoClassWithoutComImport, allAttributeSyntaxNodes[index].Location, this.Name);