1 instantiation of CustomAttributeDataParser
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
676
CustomAttributeDataParser parser = new
CustomAttributeDataParser
(attributeBlob);
5 references to CustomAttributeDataParser
System.Private.CoreLib (5)
src\System\Reflection\RuntimeCustomAttributeData.cs (5)
676
CustomAttributeDataParser
parser = new CustomAttributeDataParser(attributeBlob);
705
ref
CustomAttributeDataParser
parser,
719
ref
CustomAttributeDataParser
parser,
807
ref
CustomAttributeDataParser
parser,
877
private static CustomAttributeType ParseCustomAttributeType(ref
CustomAttributeDataParser
parser, RuntimeModule module)