[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1589-2.cs
blobd4bd7397eef27c09c9bf1026c5dc67f86ad471b0
1 // CS1589: Unable to include XML fragment `/foo/bar' of file `there-is-no-such-file'. Could not find file "*PATH*/there-is-no-such-file"
2 // Line: 12
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// blah
8 public class Test
10 // warning
11 /// <include file='there-is-no-such-file' path='/foo/bar' />
12 public void Baz (int x)