4 references to GenericTypeReference
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
144GeneratorSupport.GenericTypeReference |
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1048if (IsNeedNullable && codeProvider.Supports(GeneratorSupport.GenericTypeReference))
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
900if (isNullable != null && (bool)isNullable && typeDesc.IsValueType && !typeDesc.IsMappedType && CodeProvider.Supports(GeneratorSupport.GenericTypeReference))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
182get { return (CodeProvider == null) ? true : CodeProvider.Supports(GeneratorSupport.GenericTypeReference); }