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