29 references to FreeBSTR
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
2696FreeBSTR(s);
PresentationFramework (1)
src\Framework\System\Windows\Documents\InputScopeAttribute.cs (1)
131Marshal.FreeBSTR(Marshal.ReadIntPtr(ppbstrPhrases, offset));
System.Web (24)
Configuration\ExpressServerConfig.cs (6)
125Marshal.FreeBSTR(pBstr); 144Marshal.FreeBSTR(pBstr); 173Marshal.FreeBSTR(pBstr); 217Marshal.FreeBSTR(pBstrUserName); 220Marshal.FreeBSTR(pBstrPassword); 360Marshal.FreeBSTR(pBstr);
Configuration\NativeConfig.cs (2)
66Marshal.FreeBSTR(pBstr); 85Marshal.FreeBSTR(pBstr);
Configuration\ProcessHostConfigUtils.cs (2)
66Marshal.FreeBSTR(pBstr); 85Marshal.FreeBSTR(pBstr);
Configuration\ProcessHostMapPath.cs (1)
204Marshal.FreeBSTR(pBstr);
Configuration\ProcessHostServerConfig.cs (5)
115Marshal.FreeBSTR(pBstr); 134Marshal.FreeBSTR(pBstr); 163Marshal.FreeBSTR(pBstr); 208Marshal.FreeBSTR(pBstrUserName); 211Marshal.FreeBSTR(pBstrPassword);
HttpApplication.cs (6)
2882Marshal.FreeBSTR(pBstrModuleName); 2885Marshal.FreeBSTR(pBstrModuleType); 2888Marshal.FreeBSTR(pBstrModulePrecondition); 2903Marshal.FreeBSTR(pBstrModuleName); 2907Marshal.FreeBSTR(pBstrModuleType); 2911Marshal.FreeBSTR(pBstrModulePrecondition);
MimeMapping.cs (2)
483if (bstrFileExtension != IntPtr.Zero) Marshal.FreeBSTR(bstrFileExtension); 484if (bstrMimeType != IntPtr.Zero) Marshal.FreeBSTR(bstrMimeType);
System.Web.Extensions (1)
ClientServices\ClientFormsIdentity.cs (1)
90Marshal.FreeBSTR(bstr);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2348Marshal.FreeBSTR(titleStr); 2363Marshal.FreeBSTR(toolInfo.text);