25 references to VerifyAnnotationsAndMetadata
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (25)
Semantics\NullableReferenceTypesTests.cs (25)
20514VerifyAnnotationsAndMetadata(c, "C.op_Implicit", NotNullWhenTrue);
20558VerifyAnnotationsAndMetadata(c, "C.op_Explicit", NotNullWhenTrue);
20593VerifyAnnotationsAndMetadata(c, "B.op_Implicit", NotNullWhenTrue);
20639VerifyAnnotationsAndMetadata(c, "C.op_Equality", NotNull, None);
20685VerifyAnnotationsAndMetadata(c, "C.op_Equality", None, NotNull);
34931VerifyAnnotationsAndMetadata(c, "C.Main", None);
34932VerifyAnnotationsAndMetadata(c, "C.TryGetValue", None, NotNullWhenTrue);
35898VerifyAnnotationsAndMetadata(c, "C.Main", None);
35899VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse);
35954VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse, NotNullWhenFalse);
35993VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse, NotNullWhenTrue);
36183VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", None);
36214VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse);
36263VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse);
36297VerifyAnnotationsAndMetadata(c, "Extension.MyIsNullOrEmpty", None, NotNullWhenFalse);
36542VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNullWhenFalse, NotNull);
36571VerifyAnnotationsAndMetadata(c, "C.MyIsNullOrEmpty", NotNull);
36592VerifyAnnotationsAndMetadata(c, "C.ThrowIfNull", None, NotNull);
36836VerifyAnnotationsAndMetadata(c, "Interface.ThrowIfNull", None, NotNull);
36874VerifyAnnotationsAndMetadata(c, "Interface.ThrowIfNull", None, NotNull);
36875VerifyAnnotationsAndMetadata(c, "C.ThrowIfNull", None, None);
36906VerifyAnnotationsAndMetadata(c, "Interface.ThrowIfNull", None, None);
36907VerifyAnnotationsAndMetadata(c, "C.ThrowIfNull", None, NotNull);
37178VerifyAnnotationsAndMetadata(c, "C.ThrowIfNull", NotNull);
37429VerifyAnnotationsAndMetadata(c, "C.ThrowIfNull", NotNull, None);