20 references to GetBestTypeByMetadataName
ConfigurationSchemaGenerator (20)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (20)
74
CultureInfo = compilation.
GetBestTypeByMetadataName
(typeof(CultureInfo));
76
DateTimeOffset = compilation.
GetBestTypeByMetadataName
(typeof(DateTimeOffset));
77
Guid = compilation.
GetBestTypeByMetadataName
(typeof(Guid));
81
TimeSpan = compilation.
GetBestTypeByMetadataName
(typeof(TimeSpan));
83
Uri = compilation.
GetBestTypeByMetadataName
(typeof(Uri));
84
Version = compilation.
GetBestTypeByMetadataName
(typeof(Version));
88
ActionOfBinderOptions = binderOptions is null ? null : compilation.
GetBestTypeByMetadataName
(typeof(Action<>))?.Construct(binderOptions);
101
IDictionary = compilation.
GetBestTypeByMetadataName
(typeof(IDictionary));
105
Dictionary = compilation.
GetBestTypeByMetadataName
(typeof(Dictionary<,>));
107
GenericIDictionary = compilation.
GetBestTypeByMetadataName
(typeof(IDictionary<,>));
108
HashSet = compilation.
GetBestTypeByMetadataName
(typeof(HashSet<>));
109
List = compilation.
GetBestTypeByMetadataName
(typeof(List<>));
110
ISet = compilation.
GetBestTypeByMetadataName
(typeof(ISet<>));
119
IReadOnlyDictionary_Unbound = compilation.
GetBestTypeByMetadataName
(typeof(IReadOnlyDictionary<,>))?.ConstructUnboundGenericType();
120
IReadOnlyCollection_Unbound = compilation.
GetBestTypeByMetadataName
(typeof(IReadOnlyCollection<>))?.ConstructUnboundGenericType();
121
IReadOnlyList_Unbound = compilation.
GetBestTypeByMetadataName
(typeof(IReadOnlyList<>))?.ConstructUnboundGenericType();
127
ArgumentNullException = compilation.
GetBestTypeByMetadataName
(typeof(ArgumentNullException));
129
SerializationInfo = compilation.
GetBestTypeByMetadataName
(typeof(System.Runtime.Serialization.SerializationInfo));
130
MemberInfo = compilation.
GetBestTypeByMetadataName
(typeof(System.Reflection.MemberInfo));
131
ParameterInfo = compilation.
GetBestTypeByMetadataName
(typeof(System.Reflection.ParameterInfo));