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;
1972
GetAssemblyAndPrefixAndXmlns(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)
253
get { return
_prefix
; }
1980
Prefix =
_prefix
,