3 references to MaxRecursionDepth
Microsoft.CodeAnalysis (3)
Serialization\ObjectReader.cs (1)
203if (_recursionDepth % ObjectWriter.MaxRecursionDepth == 0)
Serialization\ObjectWriter.cs (2)
570if (_recursionDepth % MaxRecursionDepth == 0) 862if (_recursionDepth % MaxRecursionDepth == 0)