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)
52classFullName = _compiler.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty); 92_compiler.EndElement(_pass2); 99bool isRootPublic = _pass2 ? !_isInternalRoot : _compiler.IsRootPublic; 105_compiler.AssemblyName, 137if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 151_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 155if (_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); 452string genericName = _compiler.GetGenericTypeName(localName, xmlReader.Value); 480_compiler.ValidateFullSubClassName(ref _subClass); 518else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0) 524_compiler.IsBamlNeeded = true; 537bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly; 544_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 545xamlClrEventNode.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); 758xamlPIMappingNode.AssemblyName = _compiler.AssemblyName; 792_nameField = _compiler.AddNameField(attributeValue, xamlDefAttributeNode.LineNumber, xamlDefAttributeNode.LinePosition); 796if (_nameField != null || _compiler.IsRootNameScope) 810_fieldModifier = _compiler.GetMemberAttributes(xamlDefAttributeNode.Value); 859_compiler.Language, 884_compiler.AddGenericArguments(ParserContext, xamlDefAttributeNode.Value); 907_compiler.GenerateBamlFile(bamlMemStream);