13 references to GetExecutingAssembly
mscorlib (13)
system\activator.cs (1)
324assembly = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\appdomain.cs (1)
742RuntimeAssembly callingAssembly = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\delegate.cs (1)
692RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\assembly.cs (2)
646return RuntimeAssembly.GetExecutingAssembly(ref stackMark); 657return RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\ConstructorInfo.cs (2)
612RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark); 718RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\emit\assemblybuilder.cs (1)
448RuntimeAssembly creator = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\emit\dynamicmethod.cs (1)
430m_creatorAssembly = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\fieldinfo.cs (2)
579RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark); 654RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\reflection\methodinfo.cs (1)
721RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark);
system\rttype.cs (1)
5465RuntimeAssembly caller = RuntimeAssembly.GetExecutingAssembly(ref stackMark);