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