4 references to System_NotSupportedException
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncRewriter.AsyncIteratorRewriter.cs (1)
443
thenClause: F.Throw(F.New(F.WellKnownType(WellKnownType.
System_NotSupportedException
))));
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
241
F.CloseMethod(F.Throw(F.New(F.WellKnownType(WellKnownType.
System_NotSupportedException
))));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
884
WellKnownType.
System_NotSupportedException
,
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
286
F.CloseMethod(F.Throw(F.[New](F.WellKnownType(WellKnownType.
System_NotSupportedException
))))