MS\Internal\Globalization\BamlResourceDeserializer.cs (17)
72_reader.Name,
90_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
108BamlTreeNode bamlNode = new BamlEventNode(_reader.Name, _reader.Value);
116_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
199_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
210if (propertyOccurrences.Contains(_reader.Name))
213object occurrence = propertyOccurrences[_reader.Name];
230propertyOccurrences[_reader.Name] = ++index;
235propertyOccurrences[_reader.Name] = bamlNode;
242if (_reader.Name == XamlReaderHelper.DefinitionUid)
249_reader.Name,
268_reader.Name.Substring(0, _reader.Name.LastIndexOf('.')),
278_reader.Name,