5 references to GenericTypeReference
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
140
GeneratorSupport.
GenericTypeReference
|
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
140
GeneratorSupport.
GenericTypeReference
|
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
184
get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.
GenericTypeReference
); }
System.Xml (2)
System\Xml\Serialization\Mappings.cs (1)
882
if (IsNeedNullable && codeProvider.Supports(GeneratorSupport.
GenericTypeReference
)) {
System\Xml\Serialization\XmlCodeExporter.cs (1)
781
if (isNullable != null && (bool)isNullable && typeDesc.IsValueType && !typeDesc.IsMappedType && CodeProvider.Supports(GeneratorSupport.
GenericTypeReference
)) {