2 references to ToAnnotation
Microsoft.CodeAnalysis (2)
Compilation\TypeInfo.cs (2)
43
Debug.Assert(type is null || type.NullableAnnotation == nullability.FlowState.
ToAnnotation
());
44
Debug.Assert(convertedType is null || convertedType.NullableAnnotation == convertedNullability.FlowState.
ToAnnotation
());