11 references to Epsilon
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\Symbolic\SymbolicRegexBuilder.cs (1)
321
return builder.
Epsilon
;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
200
node = _builder.
Epsilon
; // The entire match is fixed length.
239
node == _builder.
Epsilon
? new MatchReversalInfo<TSet>(MatchReversalKind.FixedLength, pos) :
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (8)
424
if (effectNode == builder.
Epsilon
)
777
rightEffects ??= builder.
Epsilon
;
797
if (rightEffects != builder.
Epsilon
)
1140
prunedNode = PruneLoop(builder, context, this, builder.
Epsilon
);
1274
derivative = builder.
Epsilon
;
1490
alternativesAndEffects.Add((builder.
Epsilon
, currentEffects.Count > 0 ?
1497
alternativesAndEffects.Add((builder.
Epsilon
, currentEffects.Count > 0 ?
1940
return builder.
Epsilon
;