12 references to AssertGetSpeculativeTypeInfo
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (12)
Semantics\NullableReferenceTypesTests.cs (12)
110065AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Enable, type, "A<System.String!>");
110102AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Disable, type, "A<System.String>");
110103AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Warnings, type, "A<System.String>");
110128AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Enable, type, "A<System.String>");
110153AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Disable, type, "A<System.String!>");
110154AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Warnings, type, "A<System.String!>");
110181AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Enable, type, "A<System.String>");
110208AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Disable, type, "A<System.String!>");
110209AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Warnings, type, "A<System.String!>");
110237AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Enable, type, "A<System.String!>");
110265AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Disable, type, "A<System.String>");
110266AssertGetSpeculativeTypeInfo(source, NullableContextOptions.Warnings, type, "A<System.String>");