Base:
property
Name
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.Name
27 references to Name
Microsoft.CodeAnalysis.VisualBasic (27)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (3)
3060
Me.
Name
)
3082
Me.
Name
)
3097
Me.
Name
)
Symbols\Source\SourceNamedTypeSymbol.vb (15)
492
symbols = container.GetMembers(Me.
Name
)
494
symbols = StaticCast(Of Symbol).From(container.GetTypeMembers(Me.
Name
))
596
Dim contenders As ImmutableArray(Of NamedTypeSymbol) = constituent.GetTypeMembers(Me.
Name
, arity)
609
If String.Equals(Me.
Name
, namedType.Name, StringComparison.Ordinal) AndAlso
627
If containingSourceType IsNot Nothing AndAlso containingSourceType.TypeParameters.MatchesAnyName(Me.
Name
) Then
629
Binder.ReportDiagnostic(diagBag, id, ERRID.ERR_ShadowingGenericParamWithMember1, Me.
Name
)
854
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeTypeParamNameMismatch3, name, typeParameter.Name, Me.
Name
)
859
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeConstraintMismatch1, Me.
Name
)
1115
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Class", Me.
Name
)
1131
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_InheritsFromCantInherit3, Me.
Name
, baseClassType.Name, baseClassType.GetKindText())
1140
baseClassType, Me.
Name
, baseInOtherPartial)
1186
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Interface", Me.
Name
)
1237
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_ImplementsGenericParam, "Interface", Me.
Name
)
2292
diagnostics.Add(ErrorFactory.ErrorInfo(ERRID.ERR_InvalidAttributeUsage2, AttributeDescription.VisualBasicComClassAttribute.Name, Me.
Name
), Me.Locations(0))
2695
IdentifierComparison.EndsWith(mainTypeName, Me.
Name
) AndAlso
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
141
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.ERR_ComClassDuplicateGuids1, comClass.
Name
)
167
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.ERR_ComClassRequiresPublicClass1, comClass.
Name
)
174
comClass.
Name
, container.Name)
195
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.WRN_ComClassNoMembers1, comClass.
Name
)
328
Dim interfaceName As String = If(i = 0, "_", "__") & comClass.
Name
336
comClass.
Name
)
347
comClass.
Name
,
920
Return If(_isEventInterface, "__", "_") & _comClass.
Name
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
57
Dim containingTypeName As String = MakeSafeName(containingType.
Name
)