15 overrides of IsCallerFilePath
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
608Friend Overrides ReadOnly Property IsCallerFilePath As Boolean
Symbols\ReducedExtensionMethodSymbol.vb (1)
973Friend 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)
1578Friend 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
5 references to IsCallerFilePath
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\ReducedExtensionMethodSymbol.vb (1)
975Return 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