2 references to LastWellKnownTextEncoding
Microsoft.CodeAnalysis.CodeStyle (2)
ObjectReader.cs (1)
302case >= TypeCode.FirstWellKnownTextEncoding and <= TypeCode.LastWellKnownTextEncoding:
ObjectWriter.cs (1)
1302Debug.Assert(code is >= TypeCode.FirstWellKnownTextEncoding and <= TypeCode.LastWellKnownTextEncoding);