3 references to FilePropertyName
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (2)
75Debug.Assert(fileArg.ArgumentName == FilePropertyName); 202public string PropertyName => PermissionSetAttributeWithFileReference.FilePropertyName;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
518string filePropName = PermissionSetAttributeWithFileReference.FilePropertyName;