1 write to _compiler
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
41_compiler = compiler;
44 references to _compiler
PresentationBuildTasks (44)
MS\Internal\MarkupCompiler\ParserExtension.cs (44)
54classFullName = _compiler.StartElement(ref _class, _subClass, ref _classModifier, xamlObjectNode.ElementType, string.Empty); 94_compiler.EndElement(_pass2); 101bool isRootPublic = _pass2 ? !_isInternalRoot : _compiler.IsRootPublic; 107_compiler.AssemblyName, 139if (_compiler.LocalAssembly == memberInfo.ReflectedType.Assembly && 153_nameField = _compiler.AddNameField(attributeValue, xamlPropertyNode.LineNumber, xamlPropertyNode.LinePosition); 157if (_nameField != null || _compiler.IsRootNameScope) 171_compiler.AddApplicationProperty(memberInfo, 178_compiler.IsBamlNeeded = true; 204_compiler.StartElement(ref _class, 228_compiler.EndElement(_pass2); 348_nameField = _compiler.AddNameField(attributeValue, xamlUnknownAttributeNode.LineNumber, xamlUnknownAttributeNode.LinePosition); 357_compiler.IsCompilingEntryPointClass) 362_compiler.AddApplicationProperty(pi, 372_compiler.HasLocalEvent = true; 380_compiler.IsBamlNeeded = true; 385_compiler.EndElement(_pass2); 454string genericName = _compiler.GetGenericTypeName(localName, xmlReader.Value); 482_compiler.ValidateFullSubClassName(ref _subClass); 520else if (!_compiler.IsBamlNeeded && !_compiler.ProcessingRootContext && _compiler.IsCompilingEntryPointClass && xmlReader.Depth > 0) 526_compiler.IsBamlNeeded = true; 539bool localEvent = _compiler.LocalAssembly == xamlClrEventNode.EventMember.ReflectedType.Assembly; 546_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 547xamlClrEventNode.LocalAssemblyName = _compiler.AssemblyName; 565_compiler.ConnectStyleEvent(xamlClrEventNode); 579_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 604_compiler.AddApplicationEvent(mei); 613_compiler.ValidateEventHandlerName(xamlClrEventNode.EventName, xamlClrEventNode.Value); 619_compiler.AssemblyName, 679_compiler.ConnectNameAndEvents(_name, _events, _connectionId); 691_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);