4 writes to _nameField
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
150_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 345_nameField = _compiler.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition); 673_nameField = null; 792_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
10 references to _nameField
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\ParserExtension.cs (10)
149Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 154if (_nameField != null || _compiler.IsRootNameScope) 344Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 348if (_nameField != null) 651if (_nameField == null) 666MarkupCompiler.GenerateXmlComments(_nameField, $"{_nameField.Name} Name Field"); 669_nameField.Attributes = _fieldModifier; 791Debug.Assert(_name == null && _nameField == null, "Name definition has already been set"); 796if (_nameField != null || _compiler.IsRootNameScope)