Base:
property
IsCallerFilePath
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.IsCallerFilePath
3 references to IsCallerFilePath
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1149
else if (
IsCallerFilePath
)
1190
else if (
IsCallerFilePath
)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
398
get => _baseParameterForAttributes?.
IsCallerFilePath
?? false;