2 writes to HasCallerFilePathAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
662arguments.GetOrCreateData<ParameterEarlyWellKnownAttributeData>().HasCallerFilePathAttribute = true;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceParameterSymbol.vb (1)
242arguments.GetOrCreateData(Of ParameterEarlyWellKnownAttributeData).HasCallerFilePathAttribute = True
3 references to HasCallerFilePathAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
119internal override bool IsCallerFilePath => GetEarlyDecodedWellKnownAttributeData()?.HasCallerFilePathAttribute == true;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
246Return data IsNot Nothing AndAlso data.HasCallerFilePathAttribute
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
128Return data IsNot Nothing AndAlso data.HasCallerFilePathAttribute