1 write to _compiler
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
39
_compiler
= compiler;
44 references to _compiler
PresentationBuildTasks (44)
MS\Internal\MarkupCompiler\ParserExtension.cs (44)
52
classFullName =
_compiler
.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty);
92
_compiler
.EndElement(_pass2);
99
bool isRootPublic = _pass2 ? !_isInternalRoot :
_compiler
.IsRootPublic;
105
_compiler
.AssemblyName,
137
if (
_compiler
.LocalAssembly == memberInfo.ReflectedType.Assembly &&
151
_nameField =
_compiler
.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition);
155
if (_nameField != null ||
_compiler
.IsRootNameScope)
169
_compiler
.AddApplicationProperty(memberInfo,
176
_compiler
.IsBamlNeeded = true;
202
_compiler
.StartElement(ref _class,
226
_compiler
.EndElement(_pass2);
346
_nameField =
_compiler
.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition);
355
_compiler
.IsCompilingEntryPointClass)
360
_compiler
.AddApplicationProperty(pi,
370
_compiler
.HasLocalEvent = true;
378
_compiler
.IsBamlNeeded = true;
383
_compiler
.EndElement(_pass2);
452
string genericName =
_compiler
.GetGenericTypeName(localName, xmlReader.Value);
480
_compiler
.ValidateFullSubClassName(ref _subClass);
518
else if (!
_compiler
.IsBamlNeeded && !
_compiler
.ProcessingRootContext &&
_compiler
.IsCompilingEntryPointClass && xmlReader.Depth > 0)
524
_compiler
.IsBamlNeeded = true;
537
bool localEvent =
_compiler
.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly;
544
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
545
xamlClrEventNode.LocalAssemblyName =
_compiler
.AssemblyName;
563
_compiler
.ConnectStyleEvent(xamlClrEventNode);
577
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
602
_compiler
.AddApplicationEvent(mei);
611
_compiler
.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value);
617
_compiler
.AssemblyName,
677
_compiler
.ConnectNameAndEvents(_name, _events, _connectionId);
689
_compiler
.CheckForNestedNameScope();
699
_compiler
.ClearGenericTypeArgs();
711
_compiler
.ProcessDefinitionNamespace(xamlDefTagNode);
737
_compiler
.AddUsing(u.ClrNamespace);
752
_compiler
.AddUsing(xamlPIMappingNode.ClrNamespace);
758
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);