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