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)
3059
Me.
Name
)
3081
Me.
Name
)
3096
Me.
Name
)
Symbols\Source\SourceNamedTypeSymbol.vb (15)
488
symbols = container.GetMembers(Me.
Name
)
490
symbols = StaticCast(Of Symbol).From(container.GetTypeMembers(Me.
Name
))
592
Dim contenders As ImmutableArray(Of NamedTypeSymbol) = constituent.GetTypeMembers(Me.
Name
, arity)
605
If String.Equals(Me.
Name
, namedType.Name, StringComparison.Ordinal) AndAlso
623
If containingSourceType IsNot Nothing AndAlso containingSourceType.TypeParameters.MatchesAnyName(Me.
Name
) Then
625
Binder.ReportDiagnostic(diagBag, id, ERRID.ERR_ShadowingGenericParamWithMember1, Me.
Name
)
850
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeTypeParamNameMismatch3, name, typeParameter.Name, Me.
Name
)
855
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeConstraintMismatch1, Me.
Name
)
1111
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Class", Me.
Name
)
1127
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_InheritsFromCantInherit3, Me.
Name
, baseClassType.Name, baseClassType.GetKindText())
1136
baseClassType, Me.
Name
, baseInOtherPartial)
1182
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Interface", Me.
Name
)
1233
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_ImplementsGenericParam, "Interface", Me.
Name
)
2243
diagnostics.Add(ErrorFactory.ErrorInfo(ERRID.ERR_InvalidAttributeUsage2, AttributeDescription.VisualBasicComClassAttribute.Name, Me.
Name
), Me.Locations(0))
2623
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
,
912
Return If(_isEventInterface, "__", "_") & _comClass.
Name
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
57
Dim containingTypeName As String = MakeSafeName(containingType.
Name
)