2 instantiations of CustomAttributeDataParser
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
687
CustomAttributeDataParser parser = new
CustomAttributeDataParser
(attributeData, customAttributeModule);
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
152
CustomAttributeDataParser 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)
687
CustomAttributeDataParser
parser = new CustomAttributeDataParser(attributeData, customAttributeModule);
722
ref
CustomAttributeDataParser
parser,
748
ref
CustomAttributeDataParser
parser,
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
152
CustomAttributeDataParser
parser = new CustomAttributeDataParser(default, reader);