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