4 writes to _nameField
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
153_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 348_nameField = _compiler.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition); 676_nameField = null; 794_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
10 references to _nameField
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\ParserExtension.cs (10)
152Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 157if (_nameField != null || _compiler.IsRootNameScope) 347Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 351if (_nameField != null) 654if (_nameField == null) 669MarkupCompiler.GenerateXmlComments(_nameField, $"{_nameField.Name} Name Field"); 672_nameField.Attributes = _fieldModifier; 793Debug.Assert(_name == null && _nameField == null, "Name definition has already been set"); 798if (_nameField != null || _compiler.IsRootNameScope)