4 references to FromContract
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\Contracts\ContractWrappers.cs (3)
51
=> new(FromContract(update.Method), update.ILOffset,
FromContract
(update.NewSpan));
60
=> new(FromContract(update.Method), update.Delta,
FromContract
(update.NewSpan));
66
=> new(diagnostic.Id, diagnostic.Message, (ManagedHotReloadDiagnosticSeverity)diagnostic.Severity, diagnostic.FilePath,
FromContract
(diagnostic.Span));
EditAndContinue\EditAndContinueLanguageService.cs (1)
357
return span?.ToSourceSpan().
FromContract
();