10 writes to _prefix
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (10)
168_prefix = string.Empty; 399_prefix = info.Prefix; 432_prefix = string.Empty; 454_prefix = string.Empty; 1969GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2051_prefix = nodeInfo.Prefix; 2098_prefix = nodeInfo.Prefix; 2167_prefix = nodeInfo.Prefix; 2208_prefix = string.Empty; 2331_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
253get { return _prefix; } 1977Prefix = _prefix,