7 references to Isinst
System.Core (4)
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
579_ilg.Emit(OpCodes.Isinst, node.TypeOperand);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
802_ilg.Emit(OpCodes.Isinst, cb.Test);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
181_ilg.Emit(OpCodes.Isinst, resultType); 223_ilg.Emit(OpCodes.Isinst, resultType);
System.Data.Entity (1)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
341gen.Emit(OpCodes.Isinst, elementType);
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
372gen.Emit(OpCodes.Isinst, tb);
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
2104ilGen.Emit(OpCodes.Isinst, type);