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)
60classFullName = _compiler.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty); 100_compiler.EndElement(_pass2); 107bool isRootPublic = _pass2 ? !_isInternalRoot : _compiler.IsRootPublic; 113_compiler.AssemblyName, 145if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 159_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 163if (_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); 460string genericName = _compiler.GetGenericTypeName(localName, xmlReader.Value); 488_compiler.ValidateFullSubClassName(ref _subClass); 526else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0) 532_compiler.IsBamlNeeded = true; 545bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly; 552_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 553xamlClrEventNode.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); 760xamlPIMappingNode.AssemblyName = _compiler.AssemblyName; 794_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition); 798if (_nameField != null || _compiler.IsRootNameScope) 812_fieldModifier = _compiler.GetMemberAttributes(xamlDefAttributeNode.Value); 861_compiler.Language, 886_compiler.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value); 909_compiler.GenerateBamlFile(bamlMemStream);