Base:
property
Name
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.Name
8 references to Name
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceComplexParameterSymbol.vb (3)
319
Return New SourceComplexParameterSymbol(newContainingSymbol, Me.
Name
, Me.Ordinal, Me.Type, Me.Locations(0), _syntaxRef, _flags, _lazyDefaultValue)
407
Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.
Name
, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue)
410
Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.
Name
, Me.Ordinal, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)
Symbols\Source\SourceParameterSymbol.vb (2)
364
DirectCast(arguments.Diagnostics, BindingDiagnosticBag).Add(ERRID.WRN_CallerArgumentExpressionAttributeSelfReferential, arguments.AttributeSyntaxOpt.Location, Me.
Name
)
366
DirectCast(arguments.Diagnostics, BindingDiagnosticBag).Add(ERRID.WRN_CallerArgumentExpressionAttributeHasInvalidParameterName, arguments.AttributeSyntaxOpt.Location, Me.
Name
)
Symbols\Source\SourceSimpleParameterSymbol.vb (3)
36
Return New SourceSimpleParameterSymbol(newContainingSymbol,
Name
, Ordinal, Type, Location)
164
Return New SourceSimpleParameterSymbol(Me.ContainingSymbol, Me.
Name
, Me.Ordinal, type, Me.Location)
167
Return New SourceSimpleParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.
Name
, Me.Ordinal, type, Me.Location, customModifiers, refCustomModifiers)