25 references to MakeTypeMissing
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\CodeGenAwaitUsingTests.cs (3)
671comp.MakeTypeMissing(SpecialType.System_IDisposable); 3076comp.MakeTypeMissing(SpecialType.System_IDisposable); 3099comp.MakeTypeMissing(SpecialType.System_IDisposable);
CodeGen\CodeGenForEachTests.cs (1)
1395compilation.MakeTypeMissing(SpecialType.System_IDisposable);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (8)
Semantics\CollectionExpressionTests.cs (6)
9180comp.MakeTypeMissing(SpecialType.System_Collections_IEnumerable); 13393comp.MakeTypeMissing(missingType); 13430comp.MakeTypeMissing(missingType); 19728comp.MakeTypeMissing(SpecialType.System_Int32); 37114comp.MakeTypeMissing(SpecialType.System_Collections_Generic_ICollection_T); 42542comp.MakeTypeMissing((SpecialType)missingType);
Semantics\PatternMatchingTests2.cs (1)
3271comp.MakeTypeMissing(SpecialType.System_Int32);
Semantics\RecordTests.cs (1)
18613comp.MakeTypeMissing(SpecialType.System_Boolean);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\InterpolationTests.cs (2)
4430comp.MakeTypeMissing(SpecialType.System_Boolean); 4456comp.MakeTypeMissing(SpecialType.System_Void);
Semantics\NullableTests.cs (2)
2212comp.MakeTypeMissing(SpecialType.System_Nullable_T); 2245comp.MakeTypeMissing(SpecialType.System_Nullable_T);
Semantics\RawInterpolationTests_Handler.cs (2)
2707comp.MakeTypeMissing(SpecialType.System_Boolean); 2732comp.MakeTypeMissing(SpecialType.System_Void);
Semantics\RecordStructTests.cs (1)
4474comp.MakeTypeMissing(SpecialType.System_Boolean);
Semantics\TopLevelStatementsTests.cs (4)
7490comp.MakeTypeMissing(SpecialType.System_Int32); 7512comp.MakeTypeMissing(SpecialType.System_Int32); 7576comp.MakeTypeMissing(SpecialType.System_Int32); 7607comp.MakeTypeMissing(SpecialType.System_String);
Semantics\Utf8StringsLiteralsTests.cs (2)
1917comp.MakeTypeMissing(SpecialType.System_Byte); 1944comp.MakeTypeMissing(SpecialType.System_Int32);