2 instantiations of CustomAttributeDataParser
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
687CustomAttributeDataParser parser = new CustomAttributeDataParser(attributeData, customAttributeModule);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
152CustomAttributeDataParser parser = new CustomAttributeDataParser(default, reader);
4 references to CustomAttributeDataParser
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
687CustomAttributeDataParser parser = new CustomAttributeDataParser(attributeData, customAttributeModule); 722ref CustomAttributeDataParser parser, 748ref CustomAttributeDataParser parser,
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
152CustomAttributeDataParser parser = new CustomAttributeDataParser(default, reader);