2 overrides of IsPortable
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (2)
55public override bool IsPortable => false; 116public override bool IsPortable => true;
1 reference to IsPortable
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
404debugInfoReader.IsPortable);