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();
1313
if (!
_compiler
.Settings.EnableScript)
1315
_compiler
.Scripts.ScriptClasses[scriptNs] = null;
1536
_compiler
.ReportError(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, _atoms.ApplyImports);
2549
if (
_compiler
.IsDebug && !_input.IsEmptyElement)
2619
_compiler
.EnterForwardsCompatible();
2640
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2668
_compiler
.EnterForwardsCompatible(); // mode is always optional attribute
2713
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2746
prefix =
_compiler
.PhantomNCName;
2747
localName =
_compiler
.PhantomNCName;
2748
namespaceName =
_compiler
.CreatePhantomNamespace();
2751
if (!
_compiler
.ParseQName(qname, out prefix, out localName, (IErrorHelper)this))
2753
namespaceName =
_compiler
.CreatePhantomNamespace();
2765
namespaceName =
_compiler
.CreatePhantomNamespace();
2779
_compiler
.EnterForwardsCompatible();
2791
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility);
2795
result = F.QName(
_compiler
.PhantomNCName,
_compiler
.CreatePhantomNamespace(),
_compiler
.PhantomNCName);
2807
return
_compiler
.PhantomNCName;
2835
if (!
_compiler
.ParseNameTest(tokens[i], out prefix, out localName, (IErrorHelper)this))
2837
namespaceName =
_compiler
.CreatePhantomNamespace();
2845
namespaceName = _input.LookupXmlNamespace(prefix) ??
_compiler
.CreatePhantomNamespace();
2895
_compiler
.EnterForwardsCompatible();
2900
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
2912
_compiler
.EnterForwardsCompatible();
2917
if (!
_compiler
.ExitForwardsCompatible(_input.ForwardCompatibility))
3021
if (
_compiler
.inputTypeAnnotations == null)
3023
_compiler
.inputTypeAnnotations = value;
3027
CheckError(
_compiler
.inputTypeAnnotations != value, /*[XTSE0265]*/SR.Xslt_InputTypeAnnotations);
3048
_compiler
.ReportError(errorLineInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, parentName);
3144
_compiler
.ReportError(_input.BuildNameLineInfo(), res, args);
3149
_compiler
.ReportWarning(_input.BuildNameLineInfo(), res, args);
3164
_compiler
.ReportError(_input.BuildNameLineInfo(), res, args);