3 references to ConvertAndFreeBstr
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ExcepInfo.cs (3)
67
string? message =
ConvertAndFreeBstr
(ref bstrDescription);
87
exception.Source =
ConvertAndFreeBstr
(ref bstrSource);
89
string? helpLink =
ConvertAndFreeBstr
(ref bstrHelpFile);