10 writes to _xmlNamespace
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
169
_xmlNamespace
= string.Empty;
400
_xmlNamespace
= info.XmlNamespace;
443
_xmlNamespace
= string.Empty;
459
_xmlNamespace
= string.Empty;
1917
_xmlNamespace
= piMappingRecord.XmlNamespace;
1972
GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out
_xmlNamespace
);
2055
_xmlNamespace
= nodeInfo.XmlNamespace;
2102
_xmlNamespace
= nodeInfo.XmlNamespace;
2171
_xmlNamespace
= nodeInfo.XmlNamespace;
2339
_xmlNamespace
= string.Empty;
3 references to _xmlNamespace
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
269
get { return
_xmlNamespace
; }
1921
_value = string.Create(null, stackalloc char[100], $"XmlNamespace=\"{
_xmlNamespace
}\" ClrNamespace=\"{_clrNamespace}\" Assembly=\"{_assemblyName}\"");
1982
XmlNamespace =
_xmlNamespace
,