22 references to Ignored
Microsoft.CodeAnalysis.CSharp (22)
Symbols\NullableAnnotationExtensions.cs (10)
28
Debug.Assert(a != NullableAnnotation.
Ignored
);
29
Debug.Assert(b != NullableAnnotation.
Ignored
);
39
Debug.Assert(a != NullableAnnotation.
Ignored
);
40
Debug.Assert(b != NullableAnnotation.
Ignored
);
50
Debug.Assert(a != NullableAnnotation.
Ignored
);
51
Debug.Assert(b != NullableAnnotation.
Ignored
);
65
Debug.Assert(a != NullableAnnotation.
Ignored
);
66
Debug.Assert(b != NullableAnnotation.
Ignored
);
128
Debug.Assert(annotation != NullableAnnotation.
Ignored
);
140
NullableAnnotation.
Ignored
=> CodeAnalysis.NullableAnnotation.None,
Symbols\Source\IndexedTypeParameterSymbol.cs (1)
113
builder.Add(TypeWithAnnotations.Create(GetTypeParameter(i), NullableAnnotation.
Ignored
));
Symbols\TypeMap.cs (1)
33
return typeParameters.SelectAsArray(static (tp) => TypeWithAnnotations.Create(tp, NullableAnnotation.
Ignored
));
Symbols\TypeWithAnnotations.cs (10)
92
Debug.Assert(nullableAnnotation != NullableAnnotation.
Ignored
|| typeSymbol.IsTypeParameter());
180
return new TypeWithAnnotations(defaultType: substitutedTypeSymbol, defaultAnnotation: NullableAnnotation.
Ignored
, new LazySubstitutedType(customModifiers, typeParameter));
442
Debug.Assert(NullableAnnotation != NullableAnnotation.
Ignored
);
452
Debug.Assert(NullableAnnotation != NullableAnnotation.
Ignored
);
473
else if (Is((TypeParameterSymbol)typeSymbol) && newTypeWithModifiers.NullableAnnotation != NullableAnnotation.
Ignored
)
484
Debug.Assert(newTypeWithModifiers.Type is not IndexedTypeParameterSymbol || newTypeWithModifiers.NullableAnnotation == NullableAnnotation.
Ignored
);
490
else if (newTypeWithModifiers.NullableAnnotation == NullableAnnotation.
Ignored
)
980
Debug.Assert(defaultAnnotation == NullableAnnotation.
Ignored
);
1008
internal override bool IsResolved => _resolved != (int)NullableAnnotation.
Ignored
;
1051
_ = GetResolvedAnnotation(NullableAnnotation.
Ignored
);