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