1 write to _outerName
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
234
_outerName
= outerName;
4 references to _outerName
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (4)
249
Debug.Assert((_dataContractSerializer == null &&
_outerName
== null && _outerNamespace == null), "Xml serializer cannot have outer name, ns");
255
if (
_outerName
!= null)
257
writer.WriteStartElement(
_outerName
, _outerNamespace);
270
Debug.Assert(
_outerName
== null, "All callers of this function should already check for a null outer name.");