1 write to _compiler
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
44
_compiler
= compiler;
61 references to _compiler
System.Private.Xml (61)
System\Xml\Xsl\Xslt\XsltLoader.cs (61)
177
Debug.Assert(
_compiler
.Version != 0, "Version should be already decided at this point");
178
return
_compiler
.Version == 1;
238
_compiler
.AddModule(baseUri);
242
Stylesheet thisStylesheet = include ? _curStylesheet! :
_compiler
.CreateStylesheet();
244
_input = new XsltInput(reader,
_compiler
, _atoms);
252
_compiler
.MergeWithStylesheet(_curStylesheet);
583
Output output =
_compiler
.Output;
585
int currentPrec =
_compiler
.CurrentPrecedence;
595
_compiler
.EnterForwardsCompatible();
598
if (
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility) && method != null)
617
_compiler
.EnterForwardsCompatible();
624
if (
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
782
Output output =
_compiler
.Output;
807
if (
_compiler
.AttributeSets.TryGetValue(xslNode.Name!, out usedAttSet))
838
_compiler
.ReportError(/*[XT0720]*/attSet.Content[0].SourceLine!, SR.Xslt_CircularAttributeSet, attSet.Name!.QualifiedName);
894
if (
_compiler
.Keys.Contains(keyName))
897
_compiler
.Keys[keyName].Add(key);
904
_compiler
.Keys.Add(defList);
930
_compiler
.EnterForwardsCompatible();
932
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
980
if (
_compiler
.DecimalFormats.Contains(name))
983
DecimalFormatDecl format =
_compiler
.DecimalFormats[name];
999
_compiler
.DecimalFormats.Add(format);
1049
if (
_compiler
.SetNsAlias(stylesheetNsUri, resultNsUri, resultPrefix, _curStylesheet!.ImportPrecedence))
1075
if (!
_compiler
.AttributeSets.ContainsKey(setName))
1079
_compiler
.AllTemplates.Add(set);
1309
scriptNs ??=
_compiler
.CreatePhantomNamespace();
1312
if (!
_compiler
.Settings.EnableScript)
1314
_compiler
.Scripts.ScriptClasses[scriptNs] = null;
1534
_compiler
.ReportError(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, _atoms.ApplyImports);
2547
if (
_compiler
.IsDebug && !_input.IsEmptyElement)
2617
_compiler
.EnterForwardsCompatible();
2638
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2666
_compiler
.EnterForwardsCompatible(); // mode is always optional attribute
2711
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2744
prefix =
_compiler
.PhantomNCName;
2745
localName =
_compiler
.PhantomNCName;
2746
namespaceName =
_compiler
.CreatePhantomNamespace();
2749
if (!
_compiler
.ParseQName(qname, out prefix, out localName, (IErrorHelper)this))
2751
namespaceName =
_compiler
.CreatePhantomNamespace();
2763
namespaceName =
_compiler
.CreatePhantomNamespace();
2777
_compiler
.EnterForwardsCompatible();
2789
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility);
2793
result = F.QName(
_compiler
.PhantomNCName,
_compiler
.CreatePhantomNamespace(),
_compiler
.PhantomNCName);
2805
return
_compiler
.PhantomNCName;
2833
if (!
_compiler
.ParseNameTest(tokens[i], out prefix, out localName, (IErrorHelper)this))
2835
namespaceName =
_compiler
.CreatePhantomNamespace();
2843
namespaceName = _input.LookupXmlNamespace(prefix) ??
_compiler
.CreatePhantomNamespace();
2893
_compiler
.EnterForwardsCompatible();
2898
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2910
_compiler
.EnterForwardsCompatible();
2915
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
3019
if (
_compiler
.inputTypeAnnotations == null)
3021
_compiler
.inputTypeAnnotations = value;
3025
CheckError(
_compiler
.inputTypeAnnotations != value, /*[XTSE0265]*/SR.Xslt_InputTypeAnnotations);
3046
_compiler
.ReportError(errorLineInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, parentName);
3142
_compiler
.ReportError(_input.BuildNameLineInfo(), res, args);
3147
_compiler
.ReportWarning(_input.BuildNameLineInfo(), res, args);
3162
_compiler
.ReportError(_input.BuildNameLineInfo(), res, args);