2 overrides of IsPortable
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueMethodDebugInfoReader.cs (2)
55
public override bool
IsPortable
=> false;
116
public override bool
IsPortable
=> true;
4 references to IsPortable
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Emit\CompilationOutputFilesTests.cs (1)
45
Assert.True(encReader.
IsPortable
);
Emit\CompilationOutputsTests.cs (1)
81
Assert.Equal(format != DebugInformationFormat.Pdb, encReader.
IsPortable
);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
404
debugInfoReader.
IsPortable
);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\VisualStudioCompilationOutputFilesTests.cs (1)
55
Assert.True(encReader.
IsPortable
);