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;
1914
_xmlNamespace
= piMappingRecord.XmlNamespace;
1969
GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out
_xmlNamespace
);
2052
_xmlNamespace
= nodeInfo.XmlNamespace;
2099
_xmlNamespace
= nodeInfo.XmlNamespace;
2168
_xmlNamespace
= nodeInfo.XmlNamespace;
2336
_xmlNamespace
= string.Empty;
3 references to _xmlNamespace
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
269
get { return
_xmlNamespace
; }
1918
_value = string.Create(null, stackalloc char[100], $"XmlNamespace=\"{
_xmlNamespace
}\" ClrNamespace=\"{_clrNamespace}\" Assembly=\"{_assemblyName}\"");
1979
XmlNamespace =
_xmlNamespace
,