2 references to SetIsAnnotated
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
544TypeWithAnnotations constructedType = typeArgument.SetIsAnnotated(Compilation);
Symbols\TypeWithState.cs (1)
90return (State == NullableFlowState.MaybeDefault || asAnnotatedType) ? type.SetIsAnnotated(compilation) : type;