Home
last modified time | relevance | path

Searched refs:ArgumentNullException (Results 1 – 25 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DCheck.cs42 throw new ArgumentNullException ("source"); in Source()
48 throw new ArgumentNullException ("source1"); in Source1AndSource2()
50 throw new ArgumentNullException ("source2"); in Source1AndSource2()
56 throw new ArgumentNullException ("source"); in SourceAndFuncAndSelector()
58 throw new ArgumentNullException ("func"); in SourceAndFuncAndSelector()
60 throw new ArgumentNullException ("selector"); in SourceAndFuncAndSelector()
67 throw new ArgumentNullException ("source"); in SourceAndFunc()
69 throw new ArgumentNullException ("func"); in SourceAndFunc()
75 throw new ArgumentNullException ("source"); in SourceAndSelector()
77 throw new ArgumentNullException ("selector"); in SourceAndSelector()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteCardinalityException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
82 throw new ArgumentNullException("info"); in RewriteCardinalityException()
90 throw new ArgumentNullException("info"); in GetObjectData()
DCommonTree.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
73 throw new ArgumentNullException("node"); in CommonTree()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteCardinalityException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
74 throw new ArgumentNullException("info"); in RewriteCardinalityException()
81 throw new ArgumentNullException("info"); in GetObjectData()
DCommonTree.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
71 throw new ArgumentNullException("node"); in CommonTree()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DEarlyExitException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
73 throw new ArgumentNullException("info"); in EarlyExitException()
86 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedTreeNodeException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
73 throw new ArgumentNullException("info"); in MismatchedTreeNodeException()
86 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedSetException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
72 throw new ArgumentNullException("info"); in MismatchedSetException()
85 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedRangeException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
76 throw new ArgumentNullException("info"); in MismatchedRangeException()
96 throw new ArgumentNullException("info"); in GetObjectData()
DFailedPredicateException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
83 throw new ArgumentNullException("info"); in FailedPredicateException()
103 throw new ArgumentNullException("info"); in GetObjectData()
DNoViableAltException.cs34 using ArgumentNullException = System.ArgumentNullException; typedef
86 throw new ArgumentNullException("info"); in NoViableAltException()
113 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedTokenException.cs39 using ArgumentNullException = System.ArgumentNullException; typedef
92 throw new ArgumentNullException("info"); in MismatchedTokenException()
112 throw new ArgumentNullException("info"); in GetObjectData()
DRecognizerSharedState.cs36 using ArgumentNullException = System.ArgumentNullException; typedef
161 throw new ArgumentNullException("state"); in RecognizerSharedState()
DRecognitionException.cs36 using ArgumentNullException = System.ArgumentNullException; typedef
168 throw new ArgumentNullException("info"); in RecognitionException()
268 throw new ArgumentNullException("info"); in GetObjectData()
DANTLRStringStream.cs37 using ArgumentNullException = System.ArgumentNullException; typedef
96 throw new ArgumentNullException("data"); in ANTLRStringStream()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DEarlyExitException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
82 throw new ArgumentNullException("info"); in EarlyExitException()
98 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedSetException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
81 throw new ArgumentNullException("info"); in MismatchedSetException()
97 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedTreeNodeException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
82 throw new ArgumentNullException("info"); in MismatchedTreeNodeException()
98 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedRangeException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
85 throw new ArgumentNullException("info"); in MismatchedRangeException()
110 throw new ArgumentNullException("info"); in GetObjectData()
DFailedPredicateException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
92 throw new ArgumentNullException("info"); in FailedPredicateException()
117 throw new ArgumentNullException("info"); in GetObjectData()
DNoViableAltException.cs35 using ArgumentNullException = System.ArgumentNullException; typedef
96 throw new ArgumentNullException("info"); in NoViableAltException()
130 throw new ArgumentNullException("info"); in GetObjectData()
DMismatchedTokenException.cs37 using ArgumentNullException = System.ArgumentNullException; typedef
99 throw new ArgumentNullException("info"); in MismatchedTokenException()
124 throw new ArgumentNullException("info"); in GetObjectData()
DRecognizerSharedState.cs37 using ArgumentNullException = System.ArgumentNullException; typedef
165 throw new ArgumentNullException("state"); in RecognizerSharedState()
DRecognitionException.cs38 using ArgumentNullException = System.ArgumentNullException; typedef
190 throw new ArgumentNullException("info"); in RecognitionException()
319 throw new ArgumentNullException("info"); in GetObjectData()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs19 throw new ArgumentNullException( "source" ); in SubList()
118 throw new ArgumentNullException( "array" ); in CopyTo()
180 throw new ArgumentNullException( "source" ); in SubList()
205 throw new ArgumentNullException( "array" ); in ICollection.CopyTo()
359 throw new ArgumentNullException( "array" ); in CopyTo()

12