1 reference to s_codeViewDebugDirectoryDataCtor
Microsoft.NET.WebAssembly.Webcil (1)
WebcilReader.Reflection.cs (1)
51internal static CodeViewDebugDirectoryData MakeCodeViewDebugDirectoryData(Guid guid, int age, string path) => (CodeViewDebugDirectoryData)s_codeViewDebugDirectoryDataCtor.Value.Invoke(new object[] { guid, age, path });