1 write to _compiler
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
47
_compiler
= compiler;
44 references to _compiler
PresentationBuildTasks (44)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (44)
60
classFullName =
_compiler
.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty);
100
_compiler
.EndElement(_pass2);
107
bool isRootPublic = _pass2 ? !_isInternalRoot :
_compiler
.IsRootPublic;
113
_compiler
.AssemblyName,
145
if (
_compiler
.LocalAssembly == memberInfo.ReflectedType.Assembly &&
159
_nameField =
_compiler
.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition);
163
if (_nameField != null ||
_compiler
.IsRootNameScope)
177
_compiler
.AddApplicationProperty(memberInfo,
184
_compiler
.IsBamlNeeded = true;
210
_compiler
.StartElement(ref _class,
234
_compiler
.EndElement(_pass2);
354
_nameField =
_compiler
.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition);
363
_compiler
.IsCompilingEntryPointClass)
368
_compiler
.AddApplicationProperty(pi,
378
_compiler
.HasLocalEvent = true;
386
_compiler
.IsBamlNeeded = true;
391
_compiler
.EndElement(_pass2);
460
string genericName =
_compiler
.GetGenericTypeName(localName, xmlReader.Value);
488
_compiler
.ValidateFullSubClassName(ref _subClass);
526
else if (!
_compiler
.IsBamlNeeded && !
_compiler
.ProcessingRootContext &&
_compiler
.IsCompilingEntryPointClass && xmlReader.Depth > 0)
532
_compiler
.IsBamlNeeded = true;
545
bool localEvent =
_compiler
.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly;
552
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
553
xamlClrEventNode.LocalAssemblyName =
_compiler
.AssemblyName;
571
_compiler
.ConnectStyleEvent(xamlClrEventNode);
585
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
610
_compiler
.AddApplicationEvent(mei);
619
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
625
_compiler
.AssemblyName,
685
_compiler
.ConnectNameAndEvents(_name, _events, _connectionId);
697
_compiler
.CheckForNestedNameScope();
701
_compiler
.ClearGenericTypeArgs();
713
_compiler
.ProcessDefinitionNamespace(xamlDefTagNode);
739
_compiler
.AddUsing(u.ClrNamespace);
754
_compiler
.AddUsing(xamlPIMappingNode.ClrNamespace);
760
xamlPIMappingNode.AssemblyName =
_compiler
.AssemblyName;
794
_nameField =
_compiler
.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition);
798
if (_nameField != null ||
_compiler
.IsRootNameScope)
812
_fieldModifier =
_compiler
.GetMemberAttributes(xamlDefAttributeNode.Value);
861
_compiler
.Language,
886
_compiler
.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value);
909
_compiler
.GenerateBamlFile(bamlMemStream);