4 writes to _nameField
PresentationBuildTasks (4)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (4)
159
_nameField
= _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition);
354
_nameField
= _compiler.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition);
682
_nameField
= null;
794
_nameField
= _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
10 references to _nameField
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (10)
158
Debug.Assert(_name == null &&
_nameField
== null, "Name has already been set");
163
if (
_nameField
!= null || _compiler.IsRootNameScope)
353
Debug.Assert(_name == null &&
_nameField
== null, "Name has already been set");
357
if (
_nameField
!= null)
660
if (
_nameField
== null)
675
MarkupCompiler.GenerateXmlComments(
_nameField
,
_nameField
.Name + " Name Field");
678
_nameField
.Attributes = _fieldModifier;
793
Debug.Assert(_name == null &&
_nameField
== null, "Name definition has already been set");
798
if (
_nameField
!= null || _compiler.IsRootNameScope)