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)
47if (syntax.Identifier.ValueText != containingType.Name)
Symbols\Source\SourceDestructorSymbol.cs (1)
33if (syntax.Identifier.ValueText != containingType.Name)
Symbols\Source\SourceMemberContainerSymbol.cs (12)
438: ErrorCode.ERR_DuplicateNameInNS, declaration.Declarations[i].NameLocation, this.Name, this.ContainingSymbol); 447diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, declaration.Declarations[i].NameLocation, this.ContainingSymbol, this.Name); 461diagnostics.Add(ErrorCode.ERR_MissingPartial, singleDeclaration.NameLocation, this.Name); 1307var key = (t.Name, t.Arity, t.AssociatedSyntaxTree); 1319diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass, t.Locations[0], this, t.Name); 1356if (member.Name == this.Name) 1358diagnostics.Add(ErrorCode.ERR_MemberNameSameAsType, member.Locations[0], this.Name); 1758if (IsReservedTypeName(Name)) 2046((ConstructorDeclarationSyntax)method1.SyntaxRef.GetSyntax()).Identifier.ValueText != this.Name) 2070"~" + this.Name : 2071(method1.IsConstructor() ? this.Name : method1.Name); 3163|| this.Name != WellKnownMemberNames.TopLevelStatementsEntryPointTypeName)
Symbols\Source\SourceNamedTypeSymbol.cs (4)
1491diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.Locations[0], this.Name); 1504diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1518diagnostics.Add(ErrorCode.ERR_ComImportWithInitializers, singleInitializer.Syntax.GetLocation(), this.Name); 1530diagnostics.Add(ErrorCode.WRN_CoClassWithoutComImport, allAttributeSyntaxNodes[index].Location, this.Name);