1 write to _compiler
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
38
_compiler
= compiler;
43 references to _compiler
PresentationBuildTasks (43)
MS\Internal\MarkupCompiler\ParserExtension.cs (43)
51
classFullName =
_compiler
.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty);
91
_compiler
.EndElement(_pass2);
98
bool isRootPublic = _pass2 ? !_isInternalRoot :
_compiler
.IsRootPublic;
104
_compiler
.AssemblyName,
136
if (
_compiler
.LocalAssembly == memberInfo.ReflectedType.Assembly &&
150
_nameField =
_compiler
.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition);
154
if (_nameField != null ||
_compiler
.IsRootNameScope)
168
_compiler
.AddApplicationProperty(memberInfo,
175
_compiler
.IsBamlNeeded = true;
201
_compiler
.StartElement(ref _class,
225
_compiler
.EndElement(_pass2);
345
_nameField =
_compiler
.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition);
354
_compiler
.IsCompilingEntryPointClass)
359
_compiler
.AddApplicationProperty(pi,
369
_compiler
.HasLocalEvent = true;
377
_compiler
.IsBamlNeeded = true;
382
_compiler
.EndElement(_pass2);
451
string genericName =
_compiler
.GetGenericTypeName(localName, xmlReader.Value);
479
_compiler
.ValidateFullSubClassName(ref _subClass);
517
else if (!
_compiler
.IsBamlNeeded &&
_compiler
.IsCompilingEntryPointClass && xmlReader.Depth > 0)
523
_compiler
.IsBamlNeeded = true;
536
bool localEvent =
_compiler
.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly;
543
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
544
xamlClrEventNode.LocalAssemblyName =
_compiler
.AssemblyName;
562
_compiler
.ConnectStyleEvent(xamlClrEventNode);
576
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
601
_compiler
.AddApplicationEvent(mei);
610
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
616
_compiler
.AssemblyName,
676
_compiler
.ConnectNameAndEvents(_name, _events, _connectionId);
688
_compiler
.CheckForNestedNameScope();
698
_compiler
.ClearGenericTypeArgs();
710
_compiler
.ProcessDefinitionNamespace(xamlDefTagNode);
736
_compiler
.AddUsing(u.ClrNamespace);
751
_compiler
.AddUsing(xamlPIMappingNode.ClrNamespace);
757
xamlPIMappingNode.AssemblyName =
_compiler
.AssemblyName;
792
_nameField =
_compiler
.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
796
if (_nameField != null ||
_compiler
.IsRootNameScope)
810
_fieldModifier =
_compiler
.GetMemberAttributes(xamlDefAttributeNode.Value);
859
_compiler
.Language,
884
_compiler
.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value);
907
_compiler
.GenerateBamlFile(bamlMemStream);