MS\Internal\Globalization\BamlResourceDeserializer.cs (17)
71_reader.Name,
89_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
107BamlTreeNode bamlNode = new BamlEventNode(_reader.Name, _reader.Value);
115_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
198_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
209if (propertyOccurrences.Contains(_reader.Name))
212object occurrence = propertyOccurrences[_reader.Name];
229propertyOccurrences[_reader.Name] = ++index;
234propertyOccurrences[_reader.Name] = bamlNode;
241if (_reader.Name == XamlReaderHelper.DefinitionUid)
248_reader.Name,
267_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
277_reader.Name,