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