23 references to IsRoot
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (4)
629
if (BaseMapping == null || BaseMapping.TypeDesc.
IsRoot
)
677
if (TypeDesc.
IsRoot
)
683
while (!start.BaseMapping.IsSequence && start.BaseMapping != null && !start.BaseMapping.TypeDesc.
IsRoot
)
695
get { return _isSequence && !TypeDesc.
IsRoot
; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
124
if (mapping.TypeDesc.
IsRoot
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
512
if (itemTypeMapping.TypeDesc.
IsRoot
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
319
if (mapping.TypeDesc.
IsRoot
) return ExportRootMapping(mapping);
402
if (derived.IncludeInSchema) ExportStructMapping(derived, mapping.TypeDesc.
IsRoot
? null : mapping.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
457
return baseTypeDesc.
IsRoot
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (2)
562
if (mapping.TypeDesc.
IsRoot
)
569
string baseName = mapping.TypeDesc.BaseTypeDesc == null || mapping.TypeDesc.BaseTypeDesc.
IsRoot
? string.Empty : mapping.TypeDesc.BaseTypeDesc.FullName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1042
else if (itemTypeMapping is StructMapping && itemTypeMapping.TypeDesc.
IsRoot
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (3)
258
if (!accessor.Mapping.IncludeInSchema && !accessor.Mapping.TypeDesc.
IsRoot
)
987
if (mapping is StructMapping && mapping.TypeDesc.
IsRoot
)
1004
if (mapping.TypeDesc.
IsRoot
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (5)
1614
!typeMapping.TypeDesc.
IsRoot
)
2343
if (mapping.IsSoap && mapping.TypeDesc.
IsRoot
) return;
2386
if (mapping.TypeDesc.
IsRoot
)
2391
if (mapping.TypeDesc.
IsRoot
)
2436
if (!mapping.TypeDesc.
IsRoot
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
1018
if (mapping.TypeDesc.
IsRoot
)
1021
if (mapping.TypeDesc.
IsRoot
)
1105
if (!mapping.TypeDesc.
IsRoot
)