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