6 references to CreateParser
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (6)
75
:
CreateParser
(attributes);
199
NullableAttributeStateParser parser = annotationsDisabled ? NullableAttributeStateParser.Unknown :
CreateParser
(propertyInfo.GetCustomAttributesData());
248
return GetNullabilityInfo(eventInfo, eventInfo.EventHandlerType!,
CreateParser
(eventInfo.GetCustomAttributesData()));
264
NullableAttributeStateParser parser = IsPrivateOrInternalFieldAndAnnotationDisabled(fieldInfo) ? NullableAttributeStateParser.Unknown :
CreateParser
(attributes);
504
if (
CreateParser
(genericParameter.GetCustomAttributesData()).ParseNullableState(0, ref state))
555
NullableAttributeStateParser parser =
CreateParser
(contextTypeDefinition.GetCustomAttributesData());