2 overrides of TryGetNewDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
ImplementAbstractClass\ImplementAbstractClassCommandHandler.vb (1)
34Protected Overrides Function TryGetNewDocument(
ImplementInterface\ImplementInterfaceCommandHandler.vb (1)
34Protected Overrides Function TryGetNewDocument(
1 reference to TryGetNewDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
Utilities\CommandHandlers\AbstractImplementAbstractClassOrInterfaceCommandHandler.vb (1)
168Dim newDocument = TryGetNewDocument(document, _globalOptions.GetImplementTypeGenerationOptions(document.Project.Services), identifier, cancellationToken)