Base:
property
Name
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.Name
19 references to Name
Microsoft.CodeAnalysis.CSharp (19)
Lowering\SynthesizedSubmissionFields.cs (1)
87"<" + previousSubmissionType.Name + ">",
Symbols\Source\SourceConstructorSymbol.cs (1)
43if (syntax.Identifier.ValueText != containingType.Name)
Symbols\Source\SourceDestructorSymbol.cs (1)
31if (syntax.Identifier.ValueText != containingType.Name)
Symbols\Source\SourceMemberContainerSymbol.cs (12)
453: ErrorCode.ERR_DuplicateNameInNS, declaration.Declarations[i].NameLocation, this.Name, this.ContainingSymbol); 462diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, declaration.Declarations[i].NameLocation, this.ContainingSymbol, this.Name); 476diagnostics.Add(ErrorCode.ERR_MissingPartial, singleDeclaration.NameLocation, this.Name); 1334var key = (t.Name, t.Arity, t.AssociatedSyntaxTree); 1346diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, t.GetFirstLocation(), this, t.Name); 1383if (member.Name == this.Name) 1385diagnostics.Add(ErrorCode.ERR_MemberNameSameAsType, member.GetFirstLocation(), this.Name); 1855if (IsReservedTypeName(Name)) 2143((ConstructorDeclarationSyntax)method1.SyntaxRef.GetSyntax()).Identifier.ValueText != this.Name) 2167"~" + this.Name : 2168(method1.IsConstructor() ? this.Name : method1.Name); 3271|| this.Name != WellKnownMemberNames.TopLevelStatementsEntryPointTypeName)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
1591diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.GetFirstLocation(), this.Name); 1604diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1618diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1630diagnostics.Add(ErrorCode.WRN_CoClassWithoutComImport, allAttributeSyntaxNodes[index].Location, this.Name);