4 writes to _nameField
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\ParserExtension.cs (4)
151_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 346_nameField = _compiler.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition); 674_nameField = null; 792_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
10 references to _nameField
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\ParserExtension.cs (10)
150Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 155if (_nameField != null || _compiler.IsRootNameScope) 345Debug.Assert(_name == null && _nameField == null, "Name has already been set"); 349if (_nameField != null) 652if (_nameField == null) 667MarkupCompiler.GenerateXmlComments(_nameField, $"{_nameField.Name} Name Field"); 670_nameField.Attributes = _fieldModifier; 791Debug.Assert(_name == null && _nameField == null, "Name definition has already been set"); 796if (_nameField != null || _compiler.IsRootNameScope)