3 references to HexPropertyName
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (2)
85Debug.Assert(((INamedTypeSymbol)iSymbol).GetMembers(HexPropertyName).Any( 174public string ArgumentName { get { return HexPropertyName; } }
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
519string hexPropName = PermissionSetAttributeWithFileReference.HexPropertyName;