4 references to new
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
249
var methodId = new
ManagedModuleMethodId
(token: 0x06000001, version: 2);
Microsoft.CodeAnalysis.Features (1)
Contracts\EditAndContinue\ManagedMethodId.cs (1)
27
: this(module,
new
(token, version))
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\ActiveStatementsDescription.cs (1)
171
new
ManagedModuleMethodId
(
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
103
var methodId2 = new
ManagedModuleMethodId
(token: 0x06000002, version: 1);