13 references to GetThisDocument
Microsoft.VisualStudio.LanguageServices (9)
Venus\ContainedLanguage.IVsContainedLanguageCodeSupport.cs (9)
33
result = ContainedLanguageCodeSupport.CreateUniqueEventName(
GetThisDocument
(), GlobalOptions, pszClassName, pszObjectName, pszNameOfEvent, c.UserCancellationToken));
49
var thisDocument =
GetThisDocument
();
97
action: c => result = ContainedLanguageCodeSupport.TryGetBaseClassName(
GetThisDocument
(), pszClassName, c.UserCancellationToken, out baseClassName));
119
action: c => membersAndIds = ContainedLanguageCodeSupport.GetCompatibleEventHandlers(
GetThisDocument
(), pszClassName, pszObjectTypeName, pszNameOfEvent, c.UserCancellationToken));
138
action: c => memberId = ContainedLanguageCodeSupport.GetEventHandlerMemberId(
GetThisDocument
(), pszClassName, pszObjectTypeName, pszNameOfEvent, pszEventHandlerName, c.UserCancellationToken));
158
if (ContainedLanguageCodeSupport.TryGetMemberNavigationPoint(
GetThisDocument
(), GlobalOptions, pszClassName, pszUniqueMemberID, out textSpan, out var targetDocument, c.UserCancellationToken))
180
action: c => membersAndIds = ContainedLanguageCodeSupport.GetMembers(
GetThisDocument
(), pszClassName, (CODEMEMBERTYPE)dwFlags, c.UserCancellationToken));
191
pfIsValidID = ContainedLanguageCodeSupport.IsValidId(
GetThisDocument
(), bstrID);
209
if (!ContainedLanguageCodeSupport.TryRenameElement(
GetThisDocument
(), clrt, bstrOldID, bstrNewID, refactorNotifyServices, c.UserCancellationToken))
Microsoft.VisualStudio.LanguageServices.VisualBasic (4)
Venus\VisualBasicContainedLanguage.vb (4)
68
Dim document =
GetThisDocument
()
85
Dim thisDocument =
GetThisDocument
()
126
GetThisDocument
(), pszClassName, pszObjectName, c.UserCancellationToken)
149
Dim document =
GetThisDocument
()