13 references to VerifyAnnotations
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\NullableReferenceTypesTests.cs (13)
30023VerifyAnnotations(c, "C.MyIsNullOrEmpty", NotNullWhenFalse); 35019VerifyAnnotations(c, "C.M", NotNullWhenTrue); 35915VerifyAnnotations(c, "C.MyIsNullOrEmpty", NotNullWhenFalse); 36123VerifyAnnotations(c, "C.MyIsNullOrEmpty", None); 36136VerifyAnnotations(compilation, memberName, expected); 36140VerifyAnnotations(compilation2, memberName, expected); 36373VerifyAnnotations(c, "C.M1", NotNullWhenFalse); 36374VerifyAnnotations(c, "C.M2", NotNullWhenFalse); 36375VerifyAnnotations(c, "C.M3", NotNullWhenFalse); 36406VerifyAnnotations(c, "C.MyIsNullOrEmpty", NotNullWhenFalse); 36490VerifyAnnotations(compilation, "C.MyIsNullOrEmpty", NotNullWhenFalse); 37151VerifyAnnotations(c, "C.Bad", NotNull); 37152VerifyAnnotations(c, "C.ThrowIfNull", NotNull);