5 references to CreateActContextParametersSource
mscorlib (5)
system\deployment\isolationinterop.cs (5)
2751
Marshal.DestroyStructure(p, typeof(
CreateActContextParametersSource
));
2806
CreateActContextParametersSource
SourceInfo;
2817
SourceInfo.Size = (UInt32)Marshal.SizeOf(typeof(
CreateActContextParametersSource
));
2819
SourceInfo.SourceType = (UInt32)
CreateActContextParametersSource
.SourceFlags.Definition;
2846
CreateActContextParametersSource
.Destroy(Parameters.Source);