MS\Internal\Globalization\BamlResourceDeserializer.cs (17)
79_reader.Name,
97_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
115BamlTreeNode bamlNode = new BamlEventNode(_reader.Name, _reader.Value);
123_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
206_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
217if (propertyOccurrences.Contains(_reader.Name))
220object occurrence = propertyOccurrences[_reader.Name];
237propertyOccurrences[_reader.Name] = ++index;
242propertyOccurrences[_reader.Name] = bamlNode;
249if (_reader.Name == XamlReaderHelper.DefinitionUid)
256_reader.Name,
275_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
285_reader.Name,