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; 1972GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2054_prefix = nodeInfo.Prefix; 2101_prefix = nodeInfo.Prefix; 2170_prefix = nodeInfo.Prefix; 2211_prefix = string.Empty; 2334_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
253get { return _prefix; } 1980Prefix = _prefix,