50 references to Log
mscorlib (50)
system\bcldebug.cs (1)
385
Log
("PERF", "BCL Perf Warning: "+msg);
system\reflection\emit\assemblybuilder.cs (7)
644
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.DefineDynamicModule( " + name + " )");
868
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.DefineDynamicModule( " + name + ", " + fileName + ", " + emitSymbolInfo + " )");
1046
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.DefineResource( " + name + ", " + fileName + ")");
1136
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.AddResourceFile( " + name + ", " + fileName + ")");
1576
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.GetDynamicModule( " + name + " )");
1625
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: AssemblyBuilder.SetEntryPoint");
1788
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: AssemblyBuilder.Save( " + assemblyFileName + " )");
system\reflection\emit\assemblybuilderdata.cs (3)
320
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: AssemblyBuilderData.CheckTypeNameConflict( " + strTypeName + " )");
422
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: AssemblyBuilderData.AddPublicComType( " + type.FullName + " )");
440
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: AssemblyBuilderData.AddPermissionRequests");
system\reflection\emit\enumbuilder.cs (3)
43
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: EnumBuilder.DefineLiteral( " + literalName + " )");
56
BCLDebug.
Log
("DYNIL", "## DYNIL LOGGING: EnumBuilder.CreateType() ");
63
BCLDebug.
Log
("DYNIL","## DYNIL LOGGING: EnumBuilder.CreateType() ");
system\resources\resourcereader.cs (12)
168
BCLDebug.
Log
("RESMGRFILEFORMAT", "ResourceReader .ctor(String). UnmanagedMemoryStream: "+(_ums!=null));
193
BCLDebug.
Log
("RESMGRFILEFORMAT", "ResourceReader .ctor(Stream). UnmanagedMemoryStream: "+(_ums!=null));
213
BCLDebug.
Log
("RESMGRFILEFORMAT", "ResourceReader .ctor(Stream, Hashtable). UnmanagedMemoryStream: "+(_ums!=null));
325
BCLDebug.
Log
("RESMGRFILEFORMAT", "FindPosForResource for "+name+" hash: "+hash.ToString("x", CultureInfo.InvariantCulture));
394
BCLDebug.
Log
("RESMGRFILEFORMAT", "FindPosForResource for "+name+": Found a hash collision, HOWEVER, neither of these collided values equaled the given string.");
517
BCLDebug.
Log
("RESMGRFILEFORMAT", "GetValueForNameIndex: dataPos: "+dataPos);
556
BCLDebug.
Log
("RESMGRFILEFORMAT", "LoadString("+pos.ToString("x", CultureInfo.InvariantCulture)+" returned "+(s==null ? "[a null string]" : s));
610
BCLDebug.
Log
("RESMGRFILEFORMAT", "LoadObject type: "+type.Name+" pos: 0x"+_store.BaseStream.Position.ToString("x", CultureInfo.InvariantCulture));
682
BCLDebug.
Log
("RESMGRFILEFORMAT", "LoadObjectV2 type: "+typeCode+" pos: 0x"+_store.BaseStream.Position.ToString("x", CultureInfo.InvariantCulture));
904
BCLDebug.
Log
("RESMGRFILEFORMAT", "ReadResources: Parsing ResMgr header v1.");
950
BCLDebug.
Log
("RESMGRFILEFORMAT", "ReadResources: Expecting " + _numResources + " resources.");
1072
BCLDebug.
Log
("RESMGRFILEFORMAT", String.Format(CultureInfo.InvariantCulture, "ReadResources: _nameOffset = 0x{0:x} _dataOffset = 0x{1:x}", _nameSectionOffset, _dataSectionOffset));
system\resources\resourcewriter.cs (1)
504
BCLDebug.
Log
("RESMGRFILEFORMAT", "Generate: start of DataSection: 0x" + startOfDataSection.ToString("x", CultureInfo.InvariantCulture) + " nameSection length: " + nameSection.Length);
system\resources\runtimeresourceset.cs (3)
194
BCLDebug.
Log
("RESMGRFILEFORMAT", "RuntimeResourceSet .ctor(String)");
214
BCLDebug.
Log
("RESMGRFILEFORMAT", "RuntimeResourceSet .ctor(Stream)");
305
BCLDebug.
Log
("RESMGRFILEFORMAT", "Going down fast path in RuntimeResourceSet::GetObject");
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (20)
256
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Event subscribed for managed instance = " + instance + ", handler = " + handler + "\n");
303
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] no registrationTokens found for instance=" + instance + ", handler= " + handler + "\n");
326
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Event unsubscribed for managed instance = " + instance + ", handler = " + handler + ", token = " + token.m_value + "\n");
351
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Cache cleared for managed instance = " + instance + "\n");
357
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Start removing all events for instance = " + instance + "\n");
359
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Finished removing all events for instance = " + instance + "\n");
426
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Finalizing EventRegistrationTokenList for " + _tokenListCount.Key + "\n");
473
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Incremented TokenListCount for " + _key + ", Value = " + newCount + "\n");
484
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Decremented TokenListCount for " + _key + ", Value = " + newCount + "\n");
500
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Removing " + _key + " from cache" + "\n");
502
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] s_eventRegistrations size = " + s_eventRegistrations.Count + "\n");
621
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Event subscribed for instance = " + instanceKey + ", handler = " + handler + "\n");
677
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Adding (" + instance + "," + removeMethod.Method + ") into cache" + "\n");
712
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] no registrationTokens found for instance=" + instanceKey + ", handler= " + handler + "\n");
733
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] no token list found for instance=" + instanceKey + ", handler= " + handler + "\n");
755
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Event unsubscribed for managed instance = " + instanceKey + ", handler = " + handler + ", token = " + token.m_value + "\n");
804
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Cache cleared for managed instance = " + instanceKey + "\n");
815
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Start removing all events for instance = " + instanceKey + "\n");
817
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Finished removing all events for instance = " + instanceKey + "\n");
1044
BCLDebug.
Log
("INTEROP", "[WinRT_Eventing] Event unsubscribed for token = " + token.m_value + "\n");