8 references to GetCallingAssembly
illink (2)
Linker\MessageContainer.cs (2)
86
Debug.Assert(Assembly.
GetCallingAssembly
() != typeof(MessageContainer).Assembly,
150
Debug.Assert(Assembly.
GetCallingAssembly
() != typeof(MessageContainer).Assembly,
Microsoft.Maui.Controls (1)
ImageSource.cs (1)
83
sourceAssembly = sourceAssembly ?? Assembly.
GetCallingAssembly
();
Microsoft.ML.GenAI.Core (1)
Utils.cs (1)
169
var assembly = Assembly.
GetCallingAssembly
();
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
WindowsHangDumper.cs (1)
144
var dumpMinitoolPath = Path.Combine(Path.GetDirectoryName(Assembly.
GetCallingAssembly
().Location)!, "dump", dumpMinitoolName);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (1)
181
FileSystem.CloseAllFiles(System.Reflection.Assembly.
GetCallingAssembly
())
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
1045
Dim applicationInstanceID As String = GetApplicationInstanceID(Assembly.
GetCallingAssembly
)
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
119
ReadOnlySpan<char> shortAssemblyName = ReflectionUtils.GetAssemblyPartialName(Assembly.
GetCallingAssembly
());