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)
491
symbols = container.GetMembers(Me.
Name
)
493
symbols = StaticCast(Of Symbol).From(container.GetTypeMembers(Me.
Name
))
595
Dim contenders As ImmutableArray(Of NamedTypeSymbol) = constituent.GetTypeMembers(Me.
Name
, arity)
608
If String.Equals(Me.
Name
, namedType.Name, StringComparison.Ordinal) AndAlso
626
If containingSourceType IsNot Nothing AndAlso containingSourceType.TypeParameters.MatchesAnyName(Me.
Name
) Then
628
Binder.ReportDiagnostic(diagBag, id, ERRID.ERR_ShadowingGenericParamWithMember1, Me.
Name
)
853
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeTypeParamNameMismatch3, name, typeParameter.Name, Me.
Name
)
858
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeConstraintMismatch1, Me.
Name
)
1114
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Class", Me.
Name
)
1130
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_InheritsFromCantInherit3, Me.
Name
, baseClassType.Name, baseClassType.GetKindText())
1139
baseClassType, Me.
Name
, baseInOtherPartial)
1185
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Interface", Me.
Name
)
1236
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_ImplementsGenericParam, "Interface", Me.
Name
)
2291
diagnostics.Add(ErrorFactory.ErrorInfo(ERRID.ERR_InvalidAttributeUsage2, AttributeDescription.VisualBasicComClassAttribute.Name, Me.
Name
), Me.Locations(0))
2694
IdentifierComparison.EndsWith(mainTypeName, Me.
Name
) AndAlso
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
139
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.ERR_ComClassDuplicateGuids1, comClass.
Name
)
165
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.ERR_ComClassRequiresPublicClass1, comClass.
Name
)
172
comClass.
Name
, container.Name)
193
Binder.ReportDiagnostic(diagnostics, comClass.Locations(0), ERRID.WRN_ComClassNoMembers1, comClass.
Name
)
326
Dim interfaceName As String = If(i = 0, "_", "__") & comClass.
Name
334
comClass.
Name
)
345
comClass.
Name
,
918
Return If(_isEventInterface, "__", "_") & _comClass.
Name
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
57
Dim containingTypeName As String = MakeSafeName(containingType.
Name
)