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