10 writes to _prefix
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlReader.cs (10)
185_prefix = string.Empty; 416_prefix = info.Prefix; 449_prefix = string.Empty; 471_prefix = string.Empty; 1984GetAssemblyAndPrefixAndXmlns(typeInfo, out _assemblyName, out _prefix, out _xmlNamespace); 2064_prefix = nodeInfo.Prefix; 2112_prefix = nodeInfo.Prefix; 2181_prefix = nodeInfo.Prefix; 2222_prefix = string.Empty; 2342_prefix = string.Empty;
2 references to _prefix
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
270get { return _prefix; } 1991nodeInfo.Prefix = _prefix;