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;
1913
_xmlNamespace
= piMappingRecord.XmlNamespace;
1968
GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out
_xmlNamespace
);
2051
_xmlNamespace
= nodeInfo.XmlNamespace;
2098
_xmlNamespace
= nodeInfo.XmlNamespace;
2167
_xmlNamespace
= nodeInfo.XmlNamespace;
2335
_xmlNamespace
= string.Empty;
3 references to _xmlNamespace
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (3)
268
get { return
_xmlNamespace
; }
1917
_value = string.Create(null, stackalloc char[100], $"XmlNamespace=\"{
_xmlNamespace
}\" ClrNamespace=\"{_clrNamespace}\" Assembly=\"{_assemblyName}\"");
1978
XmlNamespace =
_xmlNamespace
,