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)
3061
Me.
Name
)
3083
Me.
Name
)
3098
Me.
Name
)
Symbols\Source\SourceNamedTypeSymbol.vb (15)
495
symbols = container.GetMembers(Me.
Name
)
497
symbols = StaticCast(Of Symbol).From(container.GetTypeMembers(Me.
Name
))
599
Dim contenders As ImmutableArray(Of NamedTypeSymbol) = constituent.GetTypeMembers(Me.
Name
, arity)
612
If String.Equals(Me.
Name
, namedType.Name, StringComparison.Ordinal) AndAlso
630
If containingSourceType IsNot Nothing AndAlso containingSourceType.TypeParameters.MatchesAnyName(Me.
Name
) Then
632
Binder.ReportDiagnostic(diagBag, id, ERRID.ERR_ShadowingGenericParamWithMember1, Me.
Name
)
857
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeTypeParamNameMismatch3, name, typeParameter.Name, Me.
Name
)
862
Binder.ReportDiagnostic(diagBag, identSymbol, ERRID.ERR_PartialTypeConstraintMismatch1, Me.
Name
)
1118
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Class", Me.
Name
)
1134
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_InheritsFromCantInherit3, Me.
Name
, baseClassType.Name, baseClassType.GetKindText())
1143
baseClassType, Me.
Name
, baseInOtherPartial)
1189
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_GenericParamBase2, "Interface", Me.
Name
)
1240
Binder.ReportDiagnostic(diagBag, baseClassSyntax, ERRID.ERR_ImplementsGenericParam, "Interface", Me.
Name
)
2322
diagnostics.Add(ErrorFactory.ErrorInfo(ERRID.ERR_InvalidAttributeUsage2, AttributeDescription.VisualBasicComClassAttribute.Name, Me.
Name
), Me.GetFirstLocation())
2739
IdentifierComparison.EndsWith(mainTypeName, Me.
Name
) AndAlso
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (8)
141
Binder.ReportDiagnostic(diagnostics, comClass.GetFirstLocation(), ERRID.ERR_ComClassDuplicateGuids1, comClass.
Name
)
167
Binder.ReportDiagnostic(diagnostics, comClass.GetFirstLocation(), ERRID.ERR_ComClassRequiresPublicClass1, comClass.
Name
)
174
comClass.
Name
, container.Name)
195
Binder.ReportDiagnostic(diagnostics, comClass.GetFirstLocation(), 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
)