10 writes to _xmlNamespace
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
168
_xmlNamespace
= string.Empty;
399
_xmlNamespace
= info.XmlNamespace;
442
_xmlNamespace
= string.Empty;
458
_xmlNamespace
= string.Empty;
1910
_xmlNamespace
= piMappingRecord.XmlNamespace;
1965
GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out
_xmlNamespace
);
2048
_xmlNamespace
= nodeInfo.XmlNamespace;
2095
_xmlNamespace
= nodeInfo.XmlNamespace;
2164
_xmlNamespace
= nodeInfo.XmlNamespace;
2329
_xmlNamespace
= string.Empty;
3 references to _xmlNamespace
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
268
get { return
_xmlNamespace
; }
1914
_value = string.Create(null, stackalloc char[100], $"XmlNamespace=\"{
_xmlNamespace
}\" ClrNamespace=\"{_clrNamespace}\" Assembly=\"{_assemblyName}\"");
1975
XmlNamespace =
_xmlNamespace
,