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)
51classFullName = _compiler.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty); 91_compiler.EndElement(_pass2); 98bool isRootPublic = _pass2 ? !_isInternalRoot : _compiler.IsRootPublic; 104_compiler.AssemblyName, 136if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 150_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 154if (_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); 451string genericName = _compiler.GetGenericTypeName(localName, xmlReader.Value); 479_compiler.ValidateFullSubClassName(ref _subClass); 517else if (!_compiler.IsBamlNeeded && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0) 523_compiler.IsBamlNeeded = true; 536bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly; 543_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 544xamlClrEventNode.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); 684_compiler.CheckForNestedNameScope(); 694_compiler.ClearGenericTypeArgs(); 706_compiler.ProcessDefinitionNamespace(xamlDefTagNode); 732_compiler.AddUsing(u.ClrNamespace); 747_compiler.AddUsing(xamlPIMappingNode.ClrNamespace); 753xamlPIMappingNode.AssemblyName = _compiler.AssemblyName; 788_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition); 792if (_nameField != null || _compiler.IsRootNameScope) 806_fieldModifier = _compiler.GetMemberAttributes(xamlDefAttributeNode.Value); 855_compiler.Language, 880_compiler.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value); 903_compiler.GenerateBamlFile(bamlMemStream);