Home
last modified time | relevance | path

Searched refs:NonUser (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/
H A DXmlIlGenerator.cs129 …neMethod("Execute", typeof(void), new Type[] { }, new string[] { }, XmlILMethodAttributes.NonUser); in Generate()
134 …s methAttrs = (this.qil.Root.SourceLine == null) ? XmlILMethodAttributes.NonUser : XmlILMethodAttr… in Generate()
221 …methAttrs = ndFunc.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; in CreateFunctionMetadata()
245 … methAttrs = ndRef.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; in CreateGlobalValueMetadata()
285 XmlILMethodAttributes.NonUser | XmlILMethodAttributes.Raw); in CreateHelperFunctions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/
H A DXmlIlGenerator.cs127 …neMethod("Execute", typeof(void), new Type[] { }, new string[] { }, XmlILMethodAttributes.NonUser); in Generate()
132 …butes methAttrs = (_qil.Root.SourceLine == null) ? XmlILMethodAttributes.NonUser : XmlILMethodAttr… in Generate()
228 …methAttrs = ndFunc.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; in CreateFunctionMetadata()
255 … methAttrs = ndRef.SourceLine == null ? XmlILMethodAttributes.NonUser : XmlILMethodAttributes.None; in CreateGlobalValueMetadata()
297 XmlILMethodAttributes.NonUser | XmlILMethodAttributes.Raw); in CreateHelperFunctions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DXmlILModule.cs20 NonUser = 1, // Non-user method which should debugger should step through enumerator
176 if (_emitSymbols && (xmlAttrs & XmlILMethodAttributes.NonUser) != 0) in DefineMethod()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DXmlILModule.cs24 NonUser = 1, // Non-user method which should debugger should step through enumerator
192 if (emitSymbols && (xmlAttrs & XmlILMethodAttributes.NonUser) != 0) { in DefineMethod()