16 overrides of IsCallerFilePath
Microsoft.CodeAnalysis.VisualBasic (16)
Semantics\Operators.vb (1)
3399
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
608
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
943
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
186
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\SignatureOnlyParameterSymbol.vb (1)
185
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\LambdaParameterSymbol.vb (1)
119
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\MeParameterSymbol.vb (1)
162
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourceClonedParameterSymbol.vb (1)
218
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourceComplexParameterSymbol.vb (1)
241
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.vb (1)
28
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1557
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.vb (1)
25
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
125
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\SubstitutedParameterSymbol.vb (1)
158
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
162
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
Symbols\Tuples\TupleParameterSymbol.vb (1)
26
Friend Overrides ReadOnly Property
IsCallerFilePath
As Boolean
7 references to IsCallerFilePath
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Invocation.vb (1)
3118
Dim isCallerFilePath As Boolean = param.
IsCallerFilePath
Semantics\Operators.vb (1)
3401
Return _parameterToLift.
IsCallerFilePath
Symbols\ReducedExtensionMethodSymbol.vb (1)
945
Return m_CurriedFromParameter.
IsCallerFilePath
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
188
Return _underlyingParameter.
IsCallerFilePath
Symbols\Source\SourceClonedParameterSymbol.vb (1)
220
Return _originalParam.
IsCallerFilePath
Symbols\SubstitutedParameterSymbol.vb (1)
160
Return _originalDefinition.
IsCallerFilePath
Symbols\Tuples\TupleParameterSymbol.vb (1)
28
Return Me._underlyingParameter.
IsCallerFilePath