2 references to IsVbRuntime
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitStatement.vb (1)
427
Return Not Me._module.SourceModule.ContainingSourceAssembly.
IsVbRuntime
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
350
If Not result.HasErrors AndAlso result.Type.IsObjectType() AndAlso Not Me.ContainingAssembly.
IsVbRuntime
Then