3 references to IsUnboxing
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
793
Debug.Assert(c.
IsUnboxing
|| c.IsIdentity);
Symbols\Synthesized\Records\SynthesizedRecordObjEquals.cs (1)
64
Debug.Assert(c.
IsUnboxing
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\GetSemanticInfoTests.cs (1)
781
Assert.True(conv.
IsUnboxing
);