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