2 overrides of IsPortable
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDebugInfoReader.cs (2)
58public override bool IsPortable => false; 134public override bool IsPortable => true;
1 reference to IsPortable
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
417debugInfoReader.IsPortable);